diff --git a/group_vars/pyrocufflink-dns.yml b/group_vars/pyrocufflink-dns.yml index 6823091..2ec9d0c 100644 --- a/group_vars/pyrocufflink-dns.yml +++ b/group_vars/pyrocufflink-dns.yml @@ -21,29 +21,5 @@ pyrocufflink_common_zones: forwarders: - 172.30.0.10 - 172.30.0.9 -- zone: pyrocufflink.jazz - type: forward - forward: only - forwarders: - - 172.31.0.4 - - 172.31.0.10 -- zone: 0.31.172.in-addr.arpa - type: forward - forward: only - forwarders: - - 172.31.0.4 - - 172.31.0.10 -- zone: 0.0.0.e.c.3.0.0.0.6.5.0.6.2.ip6.arpa - type: forward - forward: only - forwarders: - - fd99:8cd7:6528:fe1e::10:1 - - fd99:8cd7:6528:fe1e::9:1 -- zone: 8.2.5.6.7.d.c.8.9.9.d.f.ip6.arpa - type: forward - forward: only - forwarders: - - fd99:8cd7:6528:fe1e::10:1 - - fd99:8cd7:6528:fe1e::9:1 named_zones: '{{ pyrocufflink_red_zones + pyrocufflink_common_zones }}'