From ae5f88515c0195da8fd34efce03c15d95c77915c Mon Sep 17 00:00:00 2001 From: Ansible Automation Date: Tue, 21 Apr 2026 11:27:36 +0200 Subject: [PATCH] Ansible: Added host agent-test to inventory --- inventory/hosts.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/hosts.ini b/inventory/hosts.ini index d3fe329..9f876eb 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 agent-test +agent-test ansible_host=10.0.0.170 +# END ANSIBLE MANAGED BLOCK FOR HOST agent-test # 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