mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #434 from dvusboy/fix-ceph-mon-defaults
Defaults for the ceph-mon role should be setting the 'mon_group_name'pull/435/head
commit
60265eb539
|
@ -7,7 +7,7 @@
|
|||
|
||||
fetch_directory: fetch/
|
||||
|
||||
rgw_group_name: rgws
|
||||
mon_group_name: mons
|
||||
|
||||
# ACTIVATE BOTH FSID AND MONITOR_SECRET VARIABLES FOR NON-VAGRANT DEPLOYMENT
|
||||
fsid: "{{ cluster_uuid.stdout }}"
|
||||
|
|
Loading…
Reference in New Issue