6 lines
237 B
YAML
Executable file
6 lines
237 B
YAML
Executable file
---
|
|
# NS role - custom BIND9 configuration
|
|
# Zone configuration comes from group_vars (bind9_servers/)
|
|
- name: Apply BIND9 configuration
|
|
ansible.builtin.import_tasks: bind9.yml
|
|
when: dns_backend is defined and dns_backend == 'bind9'
|