18 lines
414 B
YAML
18 lines
414 B
YAML
ceph-nodes:
|
|
hosts:
|
|
ceph01:
|
|
ansible_host: 10.50.42.23
|
|
ansible_user: mgr
|
|
ansible_ssh_pass: 12345
|
|
ansible_become_pass: 12345
|
|
ceph02:
|
|
ansible_host: 10.50.42.24
|
|
ansible_user: mgr
|
|
ansible_ssh_pass: 12345
|
|
ansible_become_pass: 12345
|
|
ceph03:
|
|
ansible_host: 10.50.42.25
|
|
ansible_user: mgr
|
|
ansible_ssh_pass: 12345
|
|
ansible_become_pass: 12345
|