Add the rest of the common role

This commit is contained in:
2019-03-16 20:35:27 +00:00
parent ddad3dc65d
commit bd6c3d307a
5 changed files with 48 additions and 0 deletions

View 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 %}