Initial Ansible infrastructure setup
This commit is contained in:
commit
492ab5c659
9 changed files with 222 additions and 0 deletions
19
inventories/lab.ini
Normal file
19
inventories/lab.ini
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[managed]
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue