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 d54ef85c48
commit d904f10434

View File

@@ -9,19 +9,19 @@ proxmox-host ansible_host=10.0.0.1
docker-apps ansible_host=10.0.0.101 docker-apps ansible_host=10.0.0.101
docker-cloud ansible_host=10.0.0.102 docker-cloud ansible_host=10.0.0.102
#[truenas] [truenas]
#truenas ansible_host=10.0.0.200 truenas ansible_host=10.0.0.200
[raspberry_pi] [raspberry_pi]
raspberry-pi ansible_host=10.0.0.5 raspberry-pi ansible_host=10.0.0.5
[lxc] [lxc]
ansible ansible_host=10.0.0.111 gitea ansible_host=10.0.0.108
zabbix-proxy ansible_host=10.0.0.110 zabbix-proxy ansible_host=10.0.0.110
pi-hole ansible_host=10.0.0.104 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
[proxmox_backup] [pbs]
proxmox-backup ansible_host=10.0.0.201 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. # This is a group of groups. It includes all hosts in the 'docker' and 'raspberry_pi' groups.