Added multipel firewalls under one company

This commit is contained in:
Semaphore
2026-04-29 08:46:32 -07:00
parent 14843c2899
commit 315f933ccc

View File

@@ -1,8 +1,8 @@
--- ---
all: all:
vars: vars:
client_id: "CLIENT_ID" client_id: "SD-001"
client_name: "Client Name" client_name: "Sundance"
billing_model: "hybrid" billing_model: "hybrid"
maintenance_window_start: "02:00" maintenance_window_start: "02:00"
maintenance_window_end: "05:00" maintenance_window_end: "05:00"
@@ -23,8 +23,18 @@ all:
pfsense_nodes: pfsense_nodes:
hosts: hosts:
client-fw-01: fw-01-hq:
ansible_host: "{{ FW_HOST }}" 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 ansible_port: 22222
ha_role: "primary" # Use: primary | backup ha_role: "primary" # Use: primary | backup
#ha_peer: "client-fw-02" # Uncomment if this node is part an HA pair #ha_peer: "client-fw-02" # Uncomment if this node is part an HA pair