From 3aa5bd8a61f8322c6733d7dab8eb9d591d736788 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Mon, 11 May 2026 16:24:22 +0200 Subject: [PATCH] Fixed syntax --- ansible/inventories/sifi.yaml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/ansible/inventories/sifi.yaml b/ansible/inventories/sifi.yaml index e5e58e2..031ad4f 100644 --- a/ansible/inventories/sifi.yaml +++ b/ansible/inventories/sifi.yaml @@ -1,21 +1,23 @@ -#SIFI +--- +# SIFI sifi: children: opn: hosts: - #ns1.sifi.isti.cnr.it: - #ansible_host: 146.48.108.51 #[WAN public ip] - #ansible_host: 10.20.30.111 - wireguard: + sifi_opnsense.sifi.isti.cnr.it: + # ns1.sifi.isti.cnr.it: + # ansible_host: 146.48.108.51 #[WAN public ip] + # ansible_host: 10.20.30.111 + wireguard_server: hosts: wireguarder.sifi.isti.cnr.it: # ansible_host: 146.48.108.13 nameserver: hosts: ns1.sifi.isti.cnr.it: - ansible_host: 146.48.108.51 - #dns1.internal.sifi.isti.cnr.it: - # ansible_host: 10.11.12.11 + ansible_host: 146.48.108.51 + # dns1.internal.sifi.isti.cnr.it: + # ansible_host: 10.11.12.11 workers: hosts: - worker1.internal.sifi.isti.cnr.it: \ No newline at end of file + worker1.internal.sifi.isti.cnr.it: