8 lines
157 B
YAML
8 lines
157 B
YAML
---
|
|
# to update only dns zones run the following:
|
|
# ansible-playbook -i hosts dns-manual.yml --diff -t manual
|
|
- hosts: dns
|
|
become: true
|
|
roles:
|
|
- dns
|