This commit adds a new feature to the playbook that configures DNS settings for a Samba AD DC. It includes changes to the `defaults/main.yml` file, `tasks/install.yml`, `tasks/preparing.yml`, `tasks/verify.yml`, and `templates/resolv.conf.j2` files.
3 lines
133 B
Django/Jinja
3 lines
133 B
Django/Jinja
# Managed by Ansible - Samba AD DC DNS- DO NOT EDIT MANUALLY
|
|
search {{ addc_auth_domain | lower }}
|
|
nameserver {{ addc_ansible_host }} |