mirror of https://github.com/ceph/ceph-ansible.git
30 lines
365 B
Plaintext
30 lines
365 B
Plaintext
|
[mons]
|
||
|
mon0
|
||
|
mon1
|
||
|
mon2
|
||
|
|
||
|
[osds]
|
||
|
osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
|
||
|
osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }"
|
||
|
|
||
|
[mdss]
|
||
|
mds0
|
||
|
|
||
|
[rgws]
|
||
|
rgw0
|
||
|
|
||
|
#[nfss]
|
||
|
#nfs0
|
||
|
|
||
|
[clients]
|
||
|
client0
|
||
|
client1
|
||
|
|
||
|
[rbdmirrors]
|
||
|
rbd-mirror0
|
||
|
|
||
|
[iscsigws]
|
||
|
iscsi-gw0
|
||
|
|
||
|
[all:vars]
|
||
|
ansible_python_interpreter=/usr/bin/python3
|