ansible-infra/roles/deploy_systemd_resolved_config/templates/resolv.conf.j2
lilly 58ced1a85e
All checks were successful
/ Ansible Lint (push) Successful in 2m28s
/ Ansible Lint (pull_request) Successful in 2m24s
add capability to disable systemd-resolved to base_config role
2026-05-01 00:16:43 +02:00

11 lines
216 B
Django/Jinja

# {{ 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