From 431aaefb3644c74f3bbf5e19f727c64a87c53934 Mon Sep 17 00:00:00 2001 From: lilly Date: Wed, 10 Jun 2026 16:05:51 +0200 Subject: [PATCH] dns: remove ns.vie.ccc.de from already migrated zones --- inventories/chaosknoten/host_vars/auth-dns.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inventories/chaosknoten/host_vars/auth-dns.yaml b/inventories/chaosknoten/host_vars/auth-dns.yaml index 9b94479..7d220bc 100644 --- a/inventories/chaosknoten/host_vars/auth-dns.yaml +++ b/inventories/chaosknoten/host_vars/auth-dns.yaml @@ -12,12 +12,12 @@ knot__remotes: knot__catalog_zones: - domain: "hamburg.ccc.de.catalog." - notify_targets: [ "erfadns.ber.ccc.de", "ns.vie.ccc.de" ] + notify_targets: [ "erfadns.ber.ccc.de" ] knot__zones: - domain: "hh.ccc.de." catalog_member: "hamburg.ccc.de.catalog." - notify_targets: [ "erfadns.ber.ccc.de", "ns.vie.ccc.de" ] + notify_targets: [ "erfadns.ber.ccc.de" ] content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/auth-dns/zones/hh.ccc.de.zone') }}" - domain: "ccchh.net." @@ -27,7 +27,7 @@ knot__zones: - domain: "hamburg.ccc.de." catalog_member: "hamburg.ccc.de.catalog." - notify_targets: [ "erfadns.ber.ccc.de", "ns.vie.ccc.de" ] + notify_targets: [ "erfadns.ber.ccc.de" ] content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/auth-dns/zones/hamburg.ccc.de.zone') }}" - domain: "eh20.easterhegg.eu." @@ -46,5 +46,5 @@ knot__zones: content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/auth-dns/zones/diday.org.zone') }}" - domain: "3.2.0.0.0.0.0.f.0.b.4.1.0.0.a.2.ip6.arpa." - notify_targets: [ "erfadns.ber.ccc.de", "ns.vie.ccc.de" ] + notify_targets: [ "erfadns.ber.ccc.de" ] content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/auth-dns/zones/3.2.0.0.0.0.0.f.0.b.4.1.0.0.a.2.ip6.arpa.zone') }}"