Added a new line to the `resolv.conf.j2` template to specify the Ansible-managed DNS server (`{{ addc_ansible_host }}`). This ensures that the system uses both the local host and the managed DNS server for DNS resolution.
3 lines
117 B
Django/Jinja
3 lines
117 B
Django/Jinja
# Managed by Ansible - Samba AD DC DNS- DO NOT EDIT MANUALLY
|
|
search {{ addc_tld }}
|
|
nameserver {{ addc_ansible_host }} |