Changed addressed to be able to run playbooks on the control node

This commit is contained in:
2025-08-24 17:59:02 +02:00
parent fb856e16d7
commit 820e5b51e4

View File

@@ -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.