Added multipel firewalls under one company
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user