ceph-ansible/roles/ceph-mon/defaults/main.yml

12 lines
282 B
YAML
Raw Normal View History

---
2014-09-05 03:14:11 +08:00
# You can override vars by using host or group vars
# ACTIVATE BOTH FSID AND MONITOR_SECRET VARIABLES FOR NON-VAGRANT DEPLOYMENT
fsid: "{{ cluster_uuid.stdout }}"
2014-09-05 03:14:11 +08:00
# monitor_secret:
cephx: true
# Rados Gateway options
# referenced in common role too.
radosgw: false