xoxys.network/templates/etc/resolv.conf.j2

5 lines
104 B
Plaintext
Raw Normal View History

2019-08-27 22:24:09 +02:00
{{ ansible_managed | comment }}
2017-07-14 13:24:33 +02:00
{% for item in network_dns_server %}
nameserver {{ item }}
{% endfor %}