forked from jakub/ansible
21 lines
589 B
Plaintext
21 lines
589 B
Plaintext
[linux_servers_jim]
|
|
jimbuntu ansible_host=192.168.19.4
|
|
portainer2-jim.im.lab ansible_host=192.168.19.8
|
|
#galera3 ansible_host=192.168.19.92
|
|
#galera2 ansible_host=192.168.19.91
|
|
testipaclient ansible_host=192.168.19.98
|
|
#testclient ansible_host=192.168.19.115
|
|
portainer1-jim.im.lab ansible_host=192.168.19.7
|
|
|
|
[linux_servers_hellsos]
|
|
portainer2-hellsos.im.lab ansible_host=192.168.52.9
|
|
portainer1-hellsos.im.lab ansible_host=192.168.52.21
|
|
amp-hellsos.im.lab ansible_host=192.168.52.4
|
|
|
|
[linux_servers:children]
|
|
linux_servers_jim
|
|
linux_servers_hellsos
|
|
|
|
|
|
[local]
|
|
localhost ansible_connection=local |