From 9bf2e0857666dcc51ab7546acd7d87b27e1d8d3e Mon Sep 17 00:00:00 2001 From: Ansible Automation Date: Tue, 10 Feb 2026 11:29:10 +0100 Subject: [PATCH] Ansible: Added host devbox to inventory --- inventory/hosts.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/hosts.ini b/inventory/hosts.ini index 840e1ad..a559778 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 devbox +devbox ansible_host=10.0.0.105 +# END ANSIBLE MANAGED BLOCK FOR HOST devbox gitea ansible_host=10.0.0.108 zabbix-proxy ansible_host=10.0.0.110 ansible ansible_host=10.0.0.111