From 950568ef3b20cfe9376159891051a0ee083ba202 Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Tue, 26 Aug 2025 18:19:52 +0200 Subject: [PATCH] FEATURE: Added new automate host for test purposes --- inventory/hosts.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/hosts.ini b/inventory/hosts.ini index 6ce9d2a..5ca321e 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -21,6 +21,8 @@ gitea ansible_host=10.0.0.108 zabbix-proxy ansible_host=10.0.0.110 pi-hole ansible_host=10.0.0.104 ansible ansible_host=10.0.0.111 +automate ansible_host=10.0.0.112 + #localhost ansible_connection=local # for testing playbooks on the control node