From 4d119920ec6494f28b57fecfcf9416532a225453 Mon Sep 17 00:00:00 2001 From: Ansible Automation Date: Thu, 12 Feb 2026 13:53:10 +0100 Subject: [PATCH] Ansible: Added host zbxsrv-europol to inventory --- inventory/hosts.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/hosts.ini b/inventory/hosts.ini index a559778..da86c75 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -17,6 +17,9 @@ docker-cloud ansible_host=10.0.0.102 truenas ansible_host=10.0.0.200 [lxc] +# BEGIN ANSIBLE MANAGED BLOCK FOR HOST zbxsrv-europol +zbxsrv-europol ansible_host=10.0.0.150 +# END ANSIBLE MANAGED BLOCK FOR HOST zbxsrv-europol # BEGIN ANSIBLE MANAGED BLOCK FOR HOST devbox devbox ansible_host=10.0.0.105 # END ANSIBLE MANAGED BLOCK FOR HOST devbox