From 9b3fb700a430b39abcff4b171deba6ed5db76056 Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Wed, 29 Apr 2026 09:24:56 -0700 Subject: [PATCH] Update inventories/client_template/hosts.yml --- inventories/client_template/hosts.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inventories/client_template/hosts.yml b/inventories/client_template/hosts.yml index 824bf32..5782ce4 100644 --- a/inventories/client_template/hosts.yml +++ b/inventories/client_template/hosts.yml @@ -23,6 +23,8 @@ all: pfsense_nodes: # Depends on variables set in group_vars/pfsense_nodes.yml + # Set variables for FW_HOST in semaphore + hosts: client-fw-01: ansible_host: "{{ FW_HOST }}" @@ -31,7 +33,9 @@ all: 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 - + # To perform upgrade the following to true (or set in pfsense_nodes.yml): + # perform_upgrade: true + # allow_major_upgrade: true # --- INFRASTRUCTURE --- hypervisors: children: