22 lines
604 B
YAML
22 lines
604 B
YAML
ceph-nodes:
|
|
hosts:
|
|
node01.gprs.ceph.cfo.bkp:
|
|
ansible_host: 10.50.8.97
|
|
ansible_user: g10
|
|
ansible_ssh_pass: 12345
|
|
ansible_become_pass: 12345
|
|
node02.gprs.ceph.cfo.bkp:
|
|
ansible_host: 10.50.8.98
|
|
ansible_user: g10
|
|
ansible_ssh_pass: 12345
|
|
ansible_become_pass: 12345
|
|
node03.gprs.ceph.cfo.bkp:
|
|
ansible_host: 10.50.8.99
|
|
ansible_user: g10
|
|
ansible_ssh_pass: 12345
|
|
ansible_become_pass: 12345
|
|
# ceph-client:
|
|
# ansible_host: 10.50.8.91
|
|
# ansible_user: g10
|
|
# ansible_ssh_pass: 12345
|
|
# ansible_become_pass: 12345 |