20 lines
449 B
Text
20 lines
449 B
Text
[managed]
|
|
demo ansible_host=10.10.9.70
|
|
codex-backend ansible_host=10.10.9.239
|
|
codex-frontend ansible_host=10.10.9.234
|
|
git ansible_host=10.10.9.232
|
|
manager ansible_host=10.10.9.231
|
|
automation ansible_host=10.10.9.230
|
|
dev ansible_host=10.10.9.237
|
|
live ansible_host=10.10.9.238
|
|
|
|
[maintenance_host]
|
|
maintenance ansible_host=10.10.9.236
|
|
|
|
[all:children]
|
|
managed
|
|
maintenance_host
|
|
|
|
[all:vars]
|
|
ansible_user=wouter
|
|
ansible_python_interpreter=/usr/bin/python3
|