From 86b0e081396383fec4ec0b716a5ef21d9c7c917e Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 22:12:53 +0200 Subject: [PATCH 1/3] ADD: Script to run via docker on Ansible host --- inventory/hosts.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/hosts.ini b/inventory/hosts.ini index 1f61f14..cc6c6ef 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -20,7 +20,7 @@ truenas ansible_host=10.0.0.200 gitea ansible_host=10.0.0.108 zabbix-proxy ansible_host=10.0.0.110 pi-hole ansible_host=10.0.0.104 -localhost ansible_connection=local # for testing playbooks on the control node +# localhost ansible_connection=local # for testing playbooks on the control node [pbs] proxmox-backup ansible_host=10.0.0.201 From 8940602d83f60cde32b87a419c5febaf4be9f9fc Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 22:14:48 +0200 Subject: [PATCH 2/3] ADD: Script to run via docker on Ansible host --- inventory/hosts.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inventory/hosts.ini b/inventory/hosts.ini index cc6c6ef..ac72f56 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -20,7 +20,8 @@ truenas ansible_host=10.0.0.200 gitea ansible_host=10.0.0.108 zabbix-proxy ansible_host=10.0.0.110 pi-hole ansible_host=10.0.0.104 -# localhost ansible_connection=local # for testing playbooks on the control node +localhost ansible_connection=local # for testing playbooks on the control node + [pbs] proxmox-backup ansible_host=10.0.0.201 From 55bf39135485605d74adf651fdc907cceca559ff Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 23:09:32 +0200 Subject: [PATCH 3/3] FIX: Fixed incorrect .env file and updated inventory to have a separate Ansible host --- inventory/hosts.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inventory/hosts.ini b/inventory/hosts.ini index ac72f56..6ce9d2a 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -20,7 +20,8 @@ truenas ansible_host=10.0.0.200 gitea ansible_host=10.0.0.108 zabbix-proxy ansible_host=10.0.0.110 pi-hole ansible_host=10.0.0.104 -localhost ansible_connection=local # for testing playbooks on the control node +ansible ansible_host=10.0.0.111 +#localhost ansible_connection=local # for testing playbooks on the control node [pbs]