From ad52b95c03f0616bfd3148a70c592990defc3d87 Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Thu, 23 Apr 2026 17:22:34 -0700 Subject: [PATCH] Update inventories/client_template/hosts.yml --- inventories/client_template/hosts.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/inventories/client_template/hosts.yml b/inventories/client_template/hosts.yml index 9572533..0ea3c31 100644 --- a/inventories/client_template/hosts.yml +++ b/inventories/client_template/hosts.yml @@ -27,13 +27,14 @@ 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 + + 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