From 820e5b51e4fb7d3564a626ec3daec8f009562ecd Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 17:59:02 +0200 Subject: [PATCH] Changed addressed to be able to run playbooks on the control node --- inventory/hosts.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inventory/hosts.ini b/inventory/hosts.ini index 722fcfb..9ac5c60 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -9,19 +9,19 @@ proxmox-host ansible_host=10.0.0.1 docker-apps ansible_host=10.0.0.101 docker-cloud ansible_host=10.0.0.102 -#[truenas] -#truenas ansible_host=10.0.0.200 +[truenas] +truenas ansible_host=10.0.0.200 [raspberry_pi] raspberry-pi ansible_host=10.0.0.5 [lxc] -ansible ansible_host=10.0.0.111 +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 -[proxmox_backup] +[pbs] proxmox-backup ansible_host=10.0.0.201 # This is a group of groups. It includes all hosts in the 'docker' and 'raspberry_pi' groups.