From 65b7398ef53b88757fa2c097246e26d359f0fa9b Mon Sep 17 00:00:00 2001 From: chapeau Date: Thu, 21 Nov 2024 10:30:12 +0100 Subject: [PATCH] Add matt --- inventory.yml | 3 +++ roles/dns/templates/named.conf.options.j2 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/inventory.yml b/inventory.yml index f893748..9ccb30c 100644 --- a/inventory.yml +++ b/inventory.yml @@ -232,6 +232,9 @@ unmanaged: jung.vm.chapo.li: ansible_host: 10.255.3.101 cname: [ s3.vm.chapo.li ] + matt.vm.chapo.li: + ansible_host: 192.168.1.56 + cname: [ backup.vm.chapo.li ] localhost: ansible_connection: local diff --git a/roles/dns/templates/named.conf.options.j2 b/roles/dns/templates/named.conf.options.j2 index dad5ae5..e69f1c2 100644 --- a/roles/dns/templates/named.conf.options.j2 +++ b/roles/dns/templates/named.conf.options.j2 @@ -23,7 +23,7 @@ options { listen-on-v6 { none; }; allow-transfer { secondaries; }; - allow-query { internals; }; + allow-query { any; }; allow-query-cache { internals; }; allow-recursion { internals; }; also-notify { {{ secondaries|join("; ") }}; };