33 lines
720 B
INI
33 lines
720 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
|
|
|
|
[ubuntu_servers]
|
|
raspberry-pi ansible_host=10.0.0.5
|
|
oracle-arm ansible_host=130.61.76.209 ansible_user=ubuntu
|
|
|
|
[docker]
|
|
docker-apps ansible_host=10.0.0.101
|
|
docker-cloud ansible_host=10.0.0.102
|
|
|
|
[filestorage]
|
|
truenas ansible_host=10.0.0.200
|
|
|
|
[lxc]
|
|
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
|
|
|
|
|
|
[pbs]
|
|
proxmox-backup ansible_host=10.0.0.201
|
|
|
|
# This is a group of groups. It includes all Ubuntu based systems.
|
|
[ubuntu:children]
|
|
docker
|
|
ubuntu_servers
|
|
lxc |