initial upload
This commit is contained in:
8
roles/network/templates/etc_resolv.conf.j2
Normal file
8
roles/network/templates/etc_resolv.conf.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
# {{ ansible_managed }}
|
||||
{# use the local bind #}
|
||||
nameserver 127.0.0.1
|
||||
{% if network_fallback_resolvers|d('') %}
|
||||
{% for ip in network_fallback_resolvers if ip != network_private_ip %}
|
||||
nameserver {{ ip }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user