From a904bc7c12d798de29d79345dd7c66af0acce91b Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Wed, 6 May 2026 16:08:48 +0200 Subject: [PATCH] Dedicated DNS on NS1 --- ansible/inventories/sifi.yaml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/ansible/inventories/sifi.yaml b/ansible/inventories/sifi.yaml index f73cec5..ff6b817 100644 --- a/ansible/inventories/sifi.yaml +++ b/ansible/inventories/sifi.yaml @@ -3,11 +3,18 @@ sifi: children: opn: hosts: - ns1.sifi.isti.cnr.it: - #ansible_host: 146.48.108.51 [WAN public ip] - ansible_host: 10.20.30.111 + #ns1.sifi.isti.cnr.it: + #ansible_host: 146.48.108.51 #[WAN public ip] + #ansible_host: 10.20.30.111 + wireguard: + wireguarder.sifi.isti.cnr.it: + # ansible_host: 146.48.108.13 nameserver: - opn: + hosts: + ns1.sifi.isti.cnr.it: + ansible_host: 146.48.108.51 + #dns1.internal.sifi.isti.cnr.it: + # ansible_host: 10.11.12.11 workers: hosts: - worker1.sifi.isti.cnr.it: \ No newline at end of file + worker1.internal.sifi.isti.cnr.it: \ No newline at end of file