ceph-rollout/inv.yaml
2024-12-16 18:00:34 +03:00

17 lines
425 B
YAML

ceph-nodes:
hosts:
ceph-node01:
ansible_host: 10.50.8.51
ansible_user: g10
ansible_ssh_pass: 12345
ansible_become_pass: 12345
ceph-node02:
ansible_host: 10.50.8.75
ansible_user: g10
ansible_ssh_pass: 12345
ansible_become_pass: 12345
ceph-node03:
ansible_host: 10.50.8.76
ansible_user: g10
ansible_ssh_pass: 12345
ansible_become_pass: 12345