migrate dns zone hamburg.ccc.de. to new auth-dns server
All checks were successful
/ Ansible Lint (push) Successful in 2m32s
All checks were successful
/ Ansible Lint (push) Successful in 2m32s
This commit is contained in:
parent
fa021fb737
commit
04a6c685d1
2 changed files with 9 additions and 3 deletions
|
|
@ -17,7 +17,13 @@ knot__zones:
|
|||
catalog_member: "hamburg.ccc.de.catalog."
|
||||
notify_targets: [ "ns-intern.hamburg.ccc.de" ]
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/auth-dns/zones/hh.ccc.de.zone') }}"
|
||||
|
||||
- domain: "ccchh.net."
|
||||
catalog_member: "hamburg.ccc.de.catalog."
|
||||
notify_targets: [ "ns-intern.hamburg.ccc.de" ]
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/auth-dns/zones/ccchh.net.zone') }}"
|
||||
|
||||
- domain: "hamburg.ccc.de."
|
||||
catalog_member: "hamburg.ccc.de.catalog."
|
||||
notify_targets: [ "ns-intern.hamburg.ccc.de" ]
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/auth-dns/zones/hamburg.ccc.de.zone') }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue