From 9c194a89ae225954ff46e826cd61109e10429a8c Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Thu, 23 Apr 2026 17:40:09 -0700 Subject: [PATCH] Update inventories/client_template/hosts.yml --- inventories/client_template/hosts.yml | 35 +++++++++++++++++++-------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/inventories/client_template/hosts.yml b/inventories/client_template/hosts.yml index 0ea3c31..d46f22f 100644 --- a/inventories/client_template/hosts.yml +++ b/inventories/client_template/hosts.yml @@ -12,6 +12,31 @@ all: change_freeze: false children: + # --- NETWORK LAYER --- + firewalls: + children: + opnsense: + hosts: + client-fw-01: + ansible_host: "{{ lookup('env', 'FW_HOST') }}" + pfsense: + hosts: + client-fw-01: + ansible_host: "{{ lookup('env', 'FW_HOST') }}" + + # --- INFRASTRUCTURE --- + hypervisors: + children: + proxmox: + hosts: + client-pv-01: + ansible_host: "{{ lookup('env', 'PV_HOST') }}" + xcp: + hosts: + client-xcp-01: + ansible_host: "{{ lookup('env', 'XCP_HOST') }}" + + # --- WORKSTATIONS/SERVERS --- linux_hosts: hosts: {} vars: @@ -28,13 +53,3 @@ all: ansible_winrm_server_cert_validation: validate ansible_port: 5986 - firewalls: - children: - opnsense: - hosts: - client-fw-01: - ansible_host: "{{ lookup('env', 'FW_HOST') }}" - pfsense: - hosts: - client-fw-01: - ansible_host: "{{ lookup('env', 'FW_HOST') }}" \ No newline at end of file