Updated Template
This commit is contained in:
@@ -22,10 +22,12 @@ all:
|
|||||||
ansible_host: "{{ FW_HOST }}"
|
ansible_host: "{{ FW_HOST }}"
|
||||||
|
|
||||||
pfsense_nodes:
|
pfsense_nodes:
|
||||||
|
# Depends on variables set in group_vars/pfsense_nodes.yml
|
||||||
hosts:
|
hosts:
|
||||||
client-fw-01:
|
client-fw-01:
|
||||||
ansible_host: "{{ FW_HOST }}"
|
ansible_host: "{{ FW_HOST }}"
|
||||||
ansible_port: 22222
|
ansible_port: 22222
|
||||||
|
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
|
||||||
|
|
||||||
@@ -46,7 +48,7 @@ all:
|
|||||||
hosts: {}
|
hosts: {}
|
||||||
vars:
|
vars:
|
||||||
ansible_user: root
|
ansible_user: root
|
||||||
ansible_ssh_private_key_file: "~/.ssh/client_key"
|
ansible_ssh_private_key_file: "~/.ssh/client_{{ CLIENT_SLUG }}"
|
||||||
os_family: "debian"
|
os_family: "debian"
|
||||||
|
|
||||||
windows_hosts:
|
windows_hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user