Update inventories/client_template/hosts.yml

This commit is contained in:
2026-04-23 17:40:09 -07:00
parent fb0a66276a
commit 9c194a89ae

View File

@@ -12,6 +12,31 @@ all:
change_freeze: false change_freeze: false
children: 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: linux_hosts:
hosts: {} hosts: {}
vars: vars:
@@ -28,13 +53,3 @@ all:
ansible_winrm_server_cert_validation: validate ansible_winrm_server_cert_validation: validate
ansible_port: 5986 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') }}"