Update inventories/clients/sundance/hosts.yml
This commit is contained in:
@@ -26,16 +26,19 @@ all:
|
|||||||
fw-01-hq:
|
fw-01-hq:
|
||||||
ansible_host: "sundancefw.dnsalias.net"
|
ansible_host: "sundancefw.dnsalias.net"
|
||||||
ansible_port: 22222
|
ansible_port: 22222
|
||||||
|
ansible_user: "{{ FW_USER }}"
|
||||||
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
|
||||||
fw-01-jim:
|
fw-01-jim:
|
||||||
ansible_host: "sundancehomepfsense.dnsalias.net"
|
ansible_host: "sundancehomepfsense.dnsalias.net"
|
||||||
ansible_port: 22222
|
ansible_port: 22222
|
||||||
|
ansible_user: "{{ FW_USER }}"
|
||||||
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
|
||||||
fw-01-alex:
|
fw-01-alex:
|
||||||
ansible_host: "sundancehomealex.dnsalias.net"
|
ansible_host: "sundancehomealex.dnsalias.net"
|
||||||
ansible_port: 22222
|
ansible_port: 22222
|
||||||
|
ansible_user: "{{ FW_USER }}"
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user