bootstrap and ping playbooks for new ansible
This commit is contained in:
17
ansible-5/inventory.ini
Normal file
17
ansible-5/inventory.ini
Normal file
@@ -0,0 +1,17 @@
|
||||
localhost ansible_connection=local
|
||||
|
||||
[managed]
|
||||
home ansible_ssh_host=192.168.4.11
|
||||
cubox-i ansible_ssh_host=192.168.4.12
|
||||
|
||||
[ns]
|
||||
home ansible_ssh_host=192.168.4.22
|
||||
cubox-i ansible_ssh_host=192.168.4.12
|
||||
|
||||
[gfs]
|
||||
home ansible_ssh_host=192.168.4.11
|
||||
cubox-i ansible_ssh_host=192.168.4.12
|
||||
|
||||
;[desktop]
|
||||
;richard-desktop ansible_connection=local
|
||||
|
||||
Reference in New Issue
Block a user