You've already forked ansible-role-common
Initial Commit
This commit is contained in:
10
templates/etc.resolv.conf.j2
Normal file
10
templates/etc.resolv.conf.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
# This file is managed by Ansible #
|
||||
## DO NOT edit manually as changes will be overwritten ##
|
||||
|
||||
# Search Domain
|
||||
search {{ domain }}
|
||||
|
||||
# Use servers configured via Ansible
|
||||
{% for server in dns_servers %}
|
||||
nameserver {{ server }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user