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