From 5c9eeb082c93f8d4cb31df658e5f2c8148ec7d4e Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Tue, 24 Feb 2026 12:50:35 +0100 Subject: [PATCH] Init Sifi inventory --- ansible/inventories/sifi.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ansible/inventories/sifi.yaml diff --git a/ansible/inventories/sifi.yaml b/ansible/inventories/sifi.yaml new file mode 100644 index 0000000..cffb377 --- /dev/null +++ b/ansible/inventories/sifi.yaml @@ -0,0 +1,7 @@ +#SIFI +sifi: + children: + nameservers: + hosts: + ns1.sifi.isti.cnr.it: + ansible_hosts: 146.48.108.51 \ No newline at end of file