Update inventories/client_template/hosts.yml
This commit is contained in:
@@ -23,6 +23,8 @@ all:
|
|||||||
|
|
||||||
pfsense_nodes:
|
pfsense_nodes:
|
||||||
# Depends on variables set in group_vars/pfsense_nodes.yml
|
# Depends on variables set in group_vars/pfsense_nodes.yml
|
||||||
|
# Set variables for FW_HOST in semaphore
|
||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
client-fw-01:
|
client-fw-01:
|
||||||
ansible_host: "{{ FW_HOST }}"
|
ansible_host: "{{ FW_HOST }}"
|
||||||
@@ -31,7 +33,9 @@ all:
|
|||||||
ansible_ssh_private_key_file: "~/.ssh/client_{{ CLIENT_SLUG }}"
|
ansible_ssh_private_key_file: "~/.ssh/client_{{ CLIENT_SLUG }}"
|
||||||
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
|
||||||
|
# To perform upgrade the following to true (or set in pfsense_nodes.yml):
|
||||||
|
# perform_upgrade: true
|
||||||
|
# allow_major_upgrade: true
|
||||||
# --- INFRASTRUCTURE ---
|
# --- INFRASTRUCTURE ---
|
||||||
hypervisors:
|
hypervisors:
|
||||||
children:
|
children:
|
||||||
|
|||||||
Reference in New Issue
Block a user