28 lines
685 B
INI
28 lines
685 B
INI
localhost ansible_connection=local
|
|
|
|
[managed]
|
|
home ansible_ssh_host=192.168.4.11
|
|
cubox-i ansible_ssh_host=192.168.4.12
|
|
cubox-m ansible_ssh_host=192.168.4.15
|
|
|
|
[ns]
|
|
;home ansible_ssh_host=192.168.4.11
|
|
cubox-i ansible_ssh_host=192.168.4.12
|
|
;cubox-m ansible_ssh_host=192.168.4.15
|
|
|
|
[gfs]
|
|
;home ansible_ssh_host=192.168.4.11
|
|
cubox-i ansible_ssh_host=192.168.4.12
|
|
cubox-m ansible_ssh_host=192.168.4.15
|
|
|
|
[kube]
|
|
home ansible_ssh_host=192.168.4.11
|
|
;cubox-m ansible_ssh_host=192.168.4.15
|
|
|
|
;[desktop]
|
|
;richard-desktop ansible_connection=local
|
|
|
|
[k0s]
|
|
cubox-m ansible_ssh_host=192.168.4.15
|
|
|