Files
ansible/inventory.yml

25 lines
450 B
YAML

---
ungrouped:
hosts:
omv:
ansible_host: 192.168.1.4
proxmox:
ansible_host: 192.168.1.126
pihole_1:
ansible_host: 192.168.1.210
pihole_2:
ansible_host: 192.168.1.198
nginx:
ansible_host: 192.168.1.164
pbs:
ansible_host: 192.168.1.221
nextcloud:
ansible_host: 192.168.1.220
pi:
ansible_host: 192.168.1.80
docker:
hosts:
docker:
ansible_host: 192.168.1.165