configure hh.ccc.de on auth-dns
This commit is contained in:
parent
7da581236c
commit
7dcf7b8001
3 changed files with 26 additions and 3 deletions
|
|
@ -1,2 +1,20 @@
|
|||
---
|
||||
deploy_systemd_resolved_config__enable: false
|
||||
|
||||
knot__dnssec_key_id: "auth-dns.hamburg.ccc.de-1"
|
||||
knot__remotes:
|
||||
- id: ns-intern.hamburg.ccc.de
|
||||
address: [ "2a00:14b0:f000:23::53", "172.31.17.53" ]
|
||||
|
||||
knot__catalog_zones:
|
||||
- domain: "hamburg.ccc.de.catalog."
|
||||
|
||||
knot__zones:
|
||||
# - domain: "hamburg.ccc.de."
|
||||
# catalog_member: "hamburg.ccc.de.catalog."
|
||||
# content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/auth-dns/zones/hamburg.ccc.de.zone') }}"
|
||||
- domain: "hh.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/hh.ccc.de.zone') }}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue