35 lines
608 B
YAML
35 lines
608 B
YAML
minecraft_servers:
|
|
hosts:
|
|
minecraft-3:
|
|
ansible_host: minecraft-3.malcolms.xyz
|
|
|
|
devops_servers:
|
|
hosts:
|
|
devops_1:
|
|
ansible_host: devops-1.malcolms.xyz
|
|
|
|
hypervisors:
|
|
hosts:
|
|
PMX1:
|
|
ansible_host: 10.2.2.1
|
|
ansible_user: root
|
|
PMX2:
|
|
ansible_host: 10.2.2.2
|
|
ansible_user: root
|
|
PMX3:
|
|
ansible_host: 10.2.2.3
|
|
ansible_user: root
|
|
|
|
container_servers:
|
|
hosts:
|
|
podman1:
|
|
ansible_host: podman1.malcolms.xyz
|
|
|
|
all_servers:
|
|
children:
|
|
minecraft_servers:
|
|
devops_servers:
|
|
hosts:
|
|
monitoring:
|
|
ansible_host: monitoring.malcolms.xyz
|