This repository has been archived on 2025-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
homelab/Ansible/inventory/hosts.ini
2025-08-24 17:57:29 +02:00

31 lines
695 B
INI

[all:vars]
ansible_user = mbuz
ansible_ssh_private_key_file = /home/mbuz/.ssh/id_ed25519
[proxmox]
proxmox-host ansible_host=10.0.0.1
[docker]
docker-apps ansible_host=10.0.0.101
docker-cloud ansible_host=10.0.0.102
#[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
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]
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.
[ubuntu:children]
docker
raspberry_pi
lxc