Add the rest of the common role
This commit is contained in:
8
roles/common/templates/resolv.conf.j2
Normal file
8
roles/common/templates/resolv.conf.j2
Normal file
@ -0,0 +1,8 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
{% for ns in resolv_nameserver %}
|
||||
nameserver {{ ns }}
|
||||
{% endfor %}
|
||||
{% if resolv_options is defined %}
|
||||
options {{ resolv_options | join(' ') }}
|
||||
{% endif %}
|
Reference in New Issue
Block a user