From a957b9428b0cfa989e4fe5296e8dcbf04e8b5a4b Mon Sep 17 00:00:00 2001 From: Ansible Automation Date: Mon, 27 Apr 2026 15:17:32 +0200 Subject: [PATCH] Ansible: Added host docker-zabbix to inventory --- inventory/hosts.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/hosts.ini b/inventory/hosts.ini index d3fe329..d603a05 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 docker-zabbix +docker-zabbix ansible_host=10.0.0.160 +# END ANSIBLE MANAGED BLOCK FOR HOST docker-zabbix # BEGIN ANSIBLE MANAGED BLOCK FOR HOST zbx74-part-pgsql zbx74-part-pgsql ansible_host=10.0.0.140 # END ANSIBLE MANAGED BLOCK FOR HOST zbx74-part-pgsql