From eb51fef2c29698ad171d91e29b5dbceaeccf5ab5 Mon Sep 17 00:00:00 2001 From: Ansible Automation Date: Thu, 12 Feb 2026 18:53:20 +0100 Subject: [PATCH] Ansible: Added host europol-srv to inventory --- inventory/hosts.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/hosts.ini b/inventory/hosts.ini index da86c75..6b25a82 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 europol-srv +europol-srv ansible_host=10.0.0.151 +# END ANSIBLE MANAGED BLOCK FOR HOST europol-srv # BEGIN ANSIBLE MANAGED BLOCK FOR HOST zbxsrv-europol zbxsrv-europol ansible_host=10.0.0.150 # END ANSIBLE MANAGED BLOCK FOR HOST zbxsrv-europol