28 lines
860 B
Plaintext
28 lines
860 B
Plaintext
localhost ansible_connection=local
|
|
|
|
[managed]
|
|
home ansible_ssh_host=192.168.2.11
|
|
home02 ansible_ssh_host=192.168.2.22
|
|
dkhost01 ansible_ssh_host=192.168.2.41
|
|
#dkhost02 ansible_ssh_host=192.168.2.43
|
|
dkhost03 ansible_ssh_host=192.168.2.53
|
|
#dkhost04 ansible_ssh_host=192.168.2.54
|
|
#logs ansible_ssh_host=192.168.2.42
|
|
cubox-i ansible_ssh_host=192.168.2.12
|
|
|
|
[dkhost]
|
|
dkhost01 ansible_ssh_host=192.168.2.41
|
|
#dkhost02 ansible_ssh_host=192.168.2.43
|
|
dkhost03 ansible_ssh_host=192.168.2.53
|
|
#dkhost04 ansible_ssh_host=192.168.2.54
|
|
home ansible_ssh_host=192.168.2.11
|
|
|
|
[ns]
|
|
home02 ansible_ssh_host=192.168.2.22
|
|
cubox-i ansible_ssh_host=192.168.2.12
|
|
|
|
[gfs]
|
|
home ansible_ssh_host=192.168.2.11
|
|
cubox-i ansible_ssh_host=192.168.2.12
|
|
|