ansible/inventory
2024-12-07 13:46:33 +01:00

25 lines
548 B
Plaintext

[proxmox]
proxmox ansible_host=10.100.0.1
[proxmox:vars]
ansible_become_method=sudo
ansible_user=kandertova
ansible_become=true
[full_os]
jumphost ansible_host=10.100.0.100
nextcloud ansible_host=10.100.0.22
k3s ansible_host=10.100.0.50
[full_os:vars]
ansible_become_method=sudo
ansible_user=kandertova
ansible_become=true
[lxc]
git ansible_host=10.100.0.20
zabbix ansible_host=10.100.0.21
loadbalancer ansible_host=10.100.0.10
[lxc:vars]
ansible_user=root