ansible-on-prem/hosts.yml
2025-07-07 19:55:34 -06:00

29 lines
529 B
YAML
Executable File

---
all:
children:
pve-nodes:
hosts:
pve1:
ansible_host: pve1
pve2:
ansible_host: pve2
pve3:
ansible_host: pve3
vms:
hosts:
prod1:
ansible_host: prod1
prod2:
ansible_host: prod2
school:
ansible_host: school
new-vm:
ansible_host: 10.133.7.240
# alma-provision:
# hosts:
# new-alma-vm:
# ansible_host: <ip>
# vars:
# ansible_user: root