mirror of https://github.com/ceph/ceph-ansible.git
23 lines
238 B
Plaintext
23 lines
238 B
Plaintext
|
[all:vars]
|
||
|
docker=True
|
||
|
|
||
|
[mons]
|
||
|
ceph-mon0 monitor_address=192.168.1.10
|
||
|
ceph-mon1 monitor_interface=eth1
|
||
|
ceph-mon2 monitor_address=192.168.1.12
|
||
|
|
||
|
[osds]
|
||
|
ceph-osd0
|
||
|
|
||
|
[mdss]
|
||
|
ceph-mds0
|
||
|
|
||
|
[rgws]
|
||
|
ceph-rgw0
|
||
|
|
||
|
[clients]
|
||
|
ceph-client0
|
||
|
|
||
|
[mgrs]
|
||
|
ceph-mgr0
|