ceph-rollout/inv.yaml
2024-12-22 20:31:18 +03:00

22 lines
590 B
YAML

ceph-nodes:
hosts:
node01.brbd.ceph.szfo:
ansible_host: 10.50.8.75
ansible_user: g10
ansible_ssh_pass: 12345
ansible_become_pass: 12345
node02.brbd.ceph.szfo:
ansible_host: 10.50.8.76
ansible_user: g10
ansible_ssh_pass: 12345
ansible_become_pass: 12345
node03.brbd.ceph.szfo:
ansible_host: 10.50.8.77
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