22 lines
592 B
YAML
22 lines
592 B
YAML
ceph-nodes:
|
|
hosts:
|
|
node01.gprs.ceph.cfo:
|
|
ansible_host: 10.50.8.88
|
|
ansible_user: g10
|
|
ansible_ssh_pass: 12345
|
|
ansible_become_pass: 12345
|
|
node02.gprs.ceph.cfo:
|
|
ansible_host: 10.50.8.89
|
|
ansible_user: g10
|
|
ansible_ssh_pass: 12345
|
|
ansible_become_pass: 12345
|
|
node03.gprs.ceph.cfo:
|
|
ansible_host: 10.50.8.90
|
|
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 |