From dc0f8e0688f0c42061c160d1b7e3b655f7c07934 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Tue, 14 Apr 2026 17:08:26 +0200 Subject: [PATCH] Define opn in inventory --- ansible/inventories/sifi.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ansible/inventories/sifi.yaml b/ansible/inventories/sifi.yaml index 0214113..161b5dc 100644 --- a/ansible/inventories/sifi.yaml +++ b/ansible/inventories/sifi.yaml @@ -1,12 +1,13 @@ #SIFI sifi: children: - nameserver: + opn: hosts: ns1.sifi.isti.cnr.it: ansible_host: 146.48.108.51 + nameserver: + hosts: + opn: workers: hosts: - worker1.sifi.isti.cnr.it: - - \ No newline at end of file + worker1.sifi.isti.cnr.it: \ No newline at end of file