From 9a8ddf4f0fae1c872f8f8cd26bde3c7dfa2f19ce Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Thu, 23 Apr 2026 17:15:11 -0700 Subject: [PATCH] Update inventories/client_template/hosts.yml --- inventories/client_template/hosts.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/inventories/client_template/hosts.yml b/inventories/client_template/hosts.yml index 41cd387..9572533 100644 --- a/inventories/client_template/hosts.yml +++ b/inventories/client_template/hosts.yml @@ -27,3 +27,13 @@ all: ansible_winrm_transport: ntlm 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