23 lines
247 B
Plaintext
23 lines
247 B
Plaintext
[master]
|
|
10.40.1.30
|
|
|
|
[nodes]
|
|
10.40.1.31
|
|
10.40.1.32
|
|
|
|
[test]
|
|
10.40.1.25
|
|
|
|
[test:vars]
|
|
ansible_ssh_user=root
|
|
ansible_ssh_pass=1234
|
|
|
|
[master:vars]
|
|
ansible_ssh_user=root
|
|
ansible_ssh_pass=12345
|
|
|
|
[nodes:vars]
|
|
ansible_ssh_user=root
|
|
ansible_ssh_pass=12345
|
|
|