added client info
This commit is contained in:
@@ -14,6 +14,24 @@ all:
|
||||
human_estimate_seconds: 2700
|
||||
|
||||
children:
|
||||
|
||||
# --- NETWORK LAYER ---
|
||||
firewalls:
|
||||
children:
|
||||
opnsense:
|
||||
hosts:
|
||||
client-fw-01:
|
||||
ansible_host: "{{ FW_HOST }}"
|
||||
|
||||
pfsense:
|
||||
hosts:
|
||||
client-fw-01:
|
||||
ansible_host: "{{ FW_HOST }}"
|
||||
ansible_port: 22222
|
||||
ha_role: "primary" # Use: primary | backup
|
||||
#ha_peer: "client-fw-02" # Uncomment if this node is part an HA pair
|
||||
|
||||
|
||||
linux_hosts:
|
||||
hosts: {}
|
||||
vars:
|
||||
|
||||
Reference in New Issue
Block a user