Added user

This commit is contained in:
2026-04-27 13:33:38 -07:00
parent ade0a884b2
commit c889c0c86a

View File

@@ -22,6 +22,9 @@ all:
vendor: "pfsense" vendor: "pfsense"
ansible_host: "fw.brenex.com" ansible_host: "fw.brenex.com"
ansible_port: 22222 ansible_port: 22222
ansible_user: "{{ fw_user }}"
ansible_password: "{{ vault_fw_password }}"
ansible_ssh_common_args: "-O StrictHostKeyChecking=no"
ha_role: "primary" ha_role: "primary"
#ha_peer: "fw-ha-secondary" # Uncomment if this node is part of an HA pair #ha_peer: "fw-ha-secondary" # Uncomment if this node is part of an HA pair