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