From 6e3c4aaf2c8fab1164c09540fe71028c2675d302 Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Mon, 27 Apr 2026 13:54:16 -0700 Subject: [PATCH] Added client SSH --- inventories/clients/brenex/hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventories/clients/brenex/hosts.yml b/inventories/clients/brenex/hosts.yml index 2974b89..50136d9 100644 --- a/inventories/clients/brenex/hosts.yml +++ b/inventories/clients/brenex/hosts.yml @@ -24,7 +24,7 @@ all: ansible_port: 22222 ansible_user: "{{ fw_user }}" ansible_password: "{{ vault_fw_password }}" - ansible_ssh_common_args: "-O StrictHostKeyChecking=no" + ansible_ssh_private_key_file: ~/.ssh/client_{{ CLIENT_SLUG }} ha_role: "primary" #ha_peer: "fw-ha-secondary" # Uncomment if this node is part of an HA pair