configure hh.ccc.de on auth-dns
Some checks failed
/ Ansible Lint (push) Failing after 2m33s
/ Ansible Lint (pull_request) Failing after 2m34s

This commit is contained in:
lilly 2026-04-30 22:53:07 +02:00
commit 7dcf7b8001
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
3 changed files with 26 additions and 3 deletions

View file

@ -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') }}"