diff --git a/inventories/clients/sundance/hosts.yml b/inventories/clients/sundance/hosts.yml index 7fc7015..d3e7c22 100644 --- a/inventories/clients/sundance/hosts.yml +++ b/inventories/clients/sundance/hosts.yml @@ -26,16 +26,19 @@ all: fw-01-hq: ansible_host: "sundancefw.dnsalias.net" ansible_port: 22222 + ansible_user: "{{ FW_USER }}" 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 + ansible_user: "{{ FW_USER }}" 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 + ansible_user: "{{ FW_USER }}" ha_role: "primary" # Use: primary | backup #ha_peer: "client-fw-02" # Uncomment if this node is part an HA pair