You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
|
|
allow_duplicates: yes
|
|
|
|
dependencies:
|
|
- role: misc/backup_files
|
|
backup_name: "dnszone:{{ domain }}"
|
|
backup_directory: "{{ data_directory }}"
|
|
before_backup_command: "rndc sync -clean" # Remove journal files for backup
|
|
- role: dns/application
|