From 2862903387dd3cd71a9f9d7d68ef3553545de95c Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Wed, 29 Apr 2026 09:15:47 -0700 Subject: [PATCH] Update inventories/clients/sundance/hosts.yml --- inventories/clients/sundance/hosts.yml | 3 +++ 1 file changed, 3 insertions(+) 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