Added example of inventory

This commit is contained in:
2025-08-24 12:57:47 +02:00
parent 4e4be2478f
commit f7e9c046c2

View File

@@ -0,0 +1,28 @@
[proxmox]
proxmox-host ansible_host=x.x.x.x
[docker]
docker-apps ansible_host=x.x.x.x
docker-cloud ansible_host=x.x.x.x
#[truenas]
#truenas ansible_host=x.x.x.x
[raspberry_pi]
raspberry-pi ansible_host=x.x.x.x
[lxc]
ansible ansible_host=x.x.x.x
zabbix-proxy ansible_host=x.x.x.x
pi-hole ansible_host=x.x.x.x
[lxc:vars]
ansible_user=root
[proxmox_backup]
proxmox-backup ansible_host=x.x.x.x
# This is a group of groups. It includes all hosts in the 'docker' and 'raspberry_pi' groups.
[ubuntu:children]
docker
raspberry_pi
lxc