From 3024f1e6c919550a45ea6eed150a9ce8c37d6369 Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Wed, 29 Apr 2026 09:15:08 -0700 Subject: [PATCH] Update inventories/client_template/hosts.yml --- inventories/client_template/hosts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/inventories/client_template/hosts.yml b/inventories/client_template/hosts.yml index e96ac75..824bf32 100644 --- a/inventories/client_template/hosts.yml +++ b/inventories/client_template/hosts.yml @@ -27,6 +27,7 @@ all: client-fw-01: ansible_host: "{{ FW_HOST }}" ansible_port: 22222 + ansible_user: "{{ FW_USER }}" ansible_ssh_private_key_file: "~/.ssh/client_{{ CLIENT_SLUG }}" ha_role: "primary" # Use: primary | backup #ha_peer: "client-fw-02" # Uncomment if this node is part an HA pair