From cfa0f2905ab11e9cd39b64cf74610096b9605e03 Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Thu, 23 Apr 2026 19:05:09 -0700 Subject: [PATCH] Update inventories/client_template/hosts.yml --- inventories/client_template/hosts.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inventories/client_template/hosts.yml b/inventories/client_template/hosts.yml index d46f22f..207e812 100644 --- a/inventories/client_template/hosts.yml +++ b/inventories/client_template/hosts.yml @@ -18,11 +18,11 @@ all: opnsense: hosts: client-fw-01: - ansible_host: "{{ lookup('env', 'FW_HOST') }}" + ansible_host: "{{ FW_HOST }}" pfsense: hosts: client-fw-01: - ansible_host: "{{ lookup('env', 'FW_HOST') }}" + ansible_host: "{{ FW_HOST }}" # --- INFRASTRUCTURE --- hypervisors: @@ -30,11 +30,11 @@ all: proxmox: hosts: client-pv-01: - ansible_host: "{{ lookup('env', 'PV_HOST') }}" + ansible_host: "{{ PV_HOST }}" xcp: hosts: client-xcp-01: - ansible_host: "{{ lookup('env', 'XCP_HOST') }}" + ansible_host: "{{ XCP_HOST }}" # --- WORKSTATIONS/SERVERS --- linux_hosts: