ceph-rollout/multi-1st.yaml
2024-12-27 10:52:05 +03:00

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