From 1e26dd304b160e601dcb0509f287236f8994a562 Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Fri, 24 Apr 2026 18:29:13 -0700 Subject: [PATCH] Update inventories/clients/brenex/hosts.yml --- inventories/clients/brenex/hosts.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/inventories/clients/brenex/hosts.yml b/inventories/clients/brenex/hosts.yml index be8f74d..b8ff2dd 100644 --- a/inventories/clients/brenex/hosts.yml +++ b/inventories/clients/brenex/hosts.yml @@ -38,19 +38,22 @@ all: ansible_host: 192.168.123.11 linux_hosts: + vars: + ansible_user: root + os_family: "debian" + hosts: caddy-server: ansible_host: 192.168.123.16 + ansible_password: "{{ SPECIAL_HOST_PASSWORD }}" pritunl-vpn-server: ansible_host: 192.168.123.15 xoa-server: ansible_host: 192.168.123.146 graylog-server: - ansible_host:192.168.123.16 + ansible_host: 192.168.123.16 - vars: - ansible_user: root - os_family: "debian" + windows_hosts: hosts: {}