Files
ansible-role-common/templates/etc.resolv.conf.j2

10 lines
273 B
Django/Jinja

# This file is managed by Ansible #
## DO NOT edit manually as changes will be overwritten ##
# Search Domain
search {{ common_domain }}
# Use servers configured via Ansible
{% for server in common_dns_servers %}
nameserver {{ server }}
{% endfor %}