From 052a7920a6e61516a4b35439f9200f385c3a2845 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Thu, 18 Jun 2026 18:45:01 +0000 Subject: [PATCH] add: OPNsense inventory --- ansible/opnsense/inventory.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ansible/opnsense/inventory.yml diff --git a/ansible/opnsense/inventory.yml b/ansible/opnsense/inventory.yml new file mode 100644 index 0000000..3f647c3 --- /dev/null +++ b/ansible/opnsense/inventory.yml @@ -0,0 +1,19 @@ +--- +all: + children: + opnsense: + vars: + ansible_connection: local + children: + opnsense_backup: + hosts: + cerbere-head2: + ansible_host: 192.168.88.3 + main_role: BACKUP + hypervisor: TrueNAS + opnsense_master: + hosts: + cerbere-head1: + ansible_host: 192.168.88.2 + main_role: MASTER + hypervisor: Proxmox \ No newline at end of file