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/example_hosts.ini

31 lines
589 B
INI

[all:vars]
ansible_user = mbuz
ansible_ssh_private_key_file = /home/mbuz/.ssh/id_rsa
[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
[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