From 6e0cbd67c4c68e5a0201b2c364c8db63522dd7d3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 10 Nov 2022 17:33:25 +0100 Subject: pan: configure bind (WIP) --- inventory/host_vars/ch-pan.yml | 63 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) (limited to 'inventory/host_vars/ch-pan.yml') diff --git a/inventory/host_vars/ch-pan.yml b/inventory/host_vars/ch-pan.yml index 624743bc..30a6b491 100644 --- a/inventory/host_vars/ch-pan.yml +++ b/inventory/host_vars/ch-pan.yml @@ -29,3 +29,66 @@ network: gateway6: "{{ vm_host.network.bridges.public.gateway6 }}" interfaces: - *_network_primary_ + + + + +bind_option_empty_zones_enable: no + +bind_option_notify: explicit +bind_option_allow_transfer: + - 116.203.212.131 + - 2a01:4f8:c2c:906c::2 + +bind_option_allow_update: + - none +bind_option_allow_recursion: + - localhost + +bind_empty_onion_zone: yes + +bind_master_zones: + chaos-at-home.org: + file: "{{ global_files_dir }}/chaos-at-home/bind-zones/db.chaos-at-home.org" + chaox.org: + file: "{{ global_files_dir }}/chaos-at-home/bind-zones/db.chaox.org" + spreadspace.org: + file: "{{ global_files_dir }}/chaos-at-home/bind-zones/db.spreadspace" + spreadspace.com: + file: "{{ global_files_dir }}/chaos-at-home/bind-zones/db.spreadspace" + spreadspace.net: + file: "{{ global_files_dir }}/chaos-at-home/bind-zones/db.spreadspace" + spreadspace.systems: + file: "{{ global_files_dir }}/chaos-at-home/bind-zones/db.spreadspace" + elev8.at: + file: "{{ global_files_dir }}/chaos-at-home/bind-zones/db.elev8.at" + java-sucks.com: + file: "{{ global_files_dir }}/chaos-at-home/bind-zones/db.java-sucks.com" + xn--gh-via.org: + file: "{{ global_files_dir }}/chaos-at-home/bind-zones/db.gäh.org" + # schaaas.at: + # file: ... + gimpf.org: + file: "{{ global_files_dir }}/chaos-at-home/bind-zones/db.gimpf.org" + movetogether.at: + file: "{{ global_files_dir }}/chaos-at-home/bind-zones/db.movetogether.at" + +bind_slave_zones: + realraum: + masters: + - 89.106.211.33 + - 2a02:3e0:4000:1::1 + zones: + - realraum.at + - r3.at + - hack-challenge.at + + funkfeuer: + masters: + - 193.33.150.114 + zones: + - ffgraz.net + - graz.funkfeuer.at + - 10.in-addr.arpa + - 150.33.193.in-addr.arpa + - 151.33.193.in-addr.arpa -- cgit v1.2.3