11 lines
336 B
Django/Jinja
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(" ") }}
|
|
|