28 lines
460 B
YAML
28 lines
460 B
YAML
---
|
|
### ALL HOSTS ###
|
|
|
|
ungrouped:
|
|
hosts:
|
|
docker.local:
|
|
ansible_host: 10.0.1.106
|
|
minecraft.local:
|
|
ansible_host: 10.0.1.105
|
|
ff-syncserver.local:
|
|
ansible_host: 10.0.1.102
|
|
technitium.local:
|
|
ansible_host: 10.0.1.111
|
|
weebill.local:
|
|
ansible_host: 10.0.1.4
|
|
|
|
### GROUPS ###
|
|
|
|
virtual_machines:
|
|
hosts:
|
|
docker.local:
|
|
minecraft.local:
|
|
|
|
docker:
|
|
hosts:
|
|
docker.local:
|
|
minecraft.local:
|
|
weebill.local:
|