add capability to disable systemd-resolved to base_config role
This commit is contained in:
parent
d9fc1ef401
commit
58ced1a85e
9 changed files with 131 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
{% for i in deploy_systemd_resolved_config__dns %}
|
||||
nameserver {{ i }}
|
||||
{% endfor %}
|
||||
|
||||
{% for i in deploy_systemd_resolved_config__fallback_dns %}
|
||||
nameserver {{ i }}
|
||||
{% endfor %}
|
||||
|
||||
options edns0
|
||||
Loading…
Add table
Add a link
Reference in a new issue