From 315f933cccc7cc2cbf59d56d3d1db75129f1808d Mon Sep 17 00:00:00 2001 From: Semaphore Date: Wed, 29 Apr 2026 08:46:32 -0700 Subject: [PATCH] Added multipel firewalls under one company --- .../clients/sundance-jim-home/hosts.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/inventories/clients/sundance-jim-home/hosts.yml b/inventories/clients/sundance-jim-home/hosts.yml index 5156801..7fc7015 100644 --- a/inventories/clients/sundance-jim-home/hosts.yml +++ b/inventories/clients/sundance-jim-home/hosts.yml @@ -1,8 +1,8 @@ --- all: vars: - client_id: "CLIENT_ID" - client_name: "Client Name" + client_id: "SD-001" + client_name: "Sundance" billing_model: "hybrid" maintenance_window_start: "02:00" maintenance_window_end: "05:00" @@ -23,8 +23,18 @@ all: pfsense_nodes: hosts: - client-fw-01: - ansible_host: "{{ FW_HOST }}" + fw-01-hq: + ansible_host: "sundancefw.dnsalias.net" + ansible_port: 22222 + ha_role: "primary" # Use: primary | backup + #ha_peer: "client-fw-02" # Uncomment if this node is part an HA pair + fw-01-jim: + ansible_host: "sundancehomepfsense.dnsalias.net" + ansible_port: 22222 + ha_role: "primary" # Use: primary | backup + #ha_peer: "client-fw-02" # Uncomment if this node is part an HA pair + fw-01-alex: + ansible_host: "sundancehomealex.dnsalias.net" ansible_port: 22222 ha_role: "primary" # Use: primary | backup #ha_peer: "client-fw-02" # Uncomment if this node is part an HA pair