From c889c0c86aa3650e45686c16bf8e31643ba5f52c Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Mon, 27 Apr 2026 13:33:38 -0700 Subject: [PATCH] Added user --- inventories/clients/brenex/hosts.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventories/clients/brenex/hosts.yml b/inventories/clients/brenex/hosts.yml index 2fe25c4..2974b89 100644 --- a/inventories/clients/brenex/hosts.yml +++ b/inventories/clients/brenex/hosts.yml @@ -22,6 +22,9 @@ all: vendor: "pfsense" ansible_host: "fw.brenex.com" ansible_port: 22222 + ansible_user: "{{ fw_user }}" + ansible_password: "{{ vault_fw_password }}" + ansible_ssh_common_args: "-O StrictHostKeyChecking=no" ha_role: "primary" #ha_peer: "fw-ha-secondary" # Uncomment if this node is part of an HA pair