ansible-infra/roles/deploy_systemd_resolved_config/templates/resolved.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
336 B
Django/Jinja

# {{ ansible_managed }}
# Since the config supports drop-in files,
# use 'systemd-analyze cat-config systemd/resolved.conf' to display the full config.'
#
# See resolved.conf(5) for details
[Resolve]
DNS={{ deploy_systemd_resolved_config__dns | join(" ") }}
FallbackDNS={{ deploy_systemd_resolved_config__fallback_dns | join(" ") }}