search: | search: | ||||
- my.example.com | - my.example.com | ||||
- example.com | - example.com | ||||
options: | |||||
- ndots:5 | |||||
- timeout:2 | |||||
- attempts:2 | |||||
Linux storage pillars | Linux storage pillars | ||||
--------------------- | --------------------- |
nameserver {{ nameserver }} | nameserver {{ nameserver }} | ||||
{%- endfor %} | {%- endfor %} | ||||
{%- if network.resolv.get('options', False) %} | {%- if network.resolv.get('options', False) %} | ||||
options {{ options|sort|join(' ') }} | |||||
{%- for option in network.resolv.options %} | |||||
options {{ option }} | |||||
{%- endfor %} | |||||
{%- endif %} | {%- endif %} |