diff --git a/roles/ceph-mgr/tasks/common.yml b/roles/ceph-mgr/tasks/common.yml index 95a56ccb4..0eb86b8a5 100644 --- a/roles/ceph-mgr/tasks/common.yml +++ b/roles/ceph-mgr/tasks/common.yml @@ -92,6 +92,6 @@ ceph_mgr_modules: "{{ ceph_mgr_modules | union(['dashboard', 'prometheus']) }}" when: dashboard_enabled | bool -- name: append pg_autoscaler module to ceph_mgr_modules +- name: append balancer, pg_autoscaler module to ceph_mgr_modules set_fact: - ceph_mgr_modules: "{{ ceph_mgr_modules | union(['pg_autoscaler']) }}" + ceph_mgr_modules: "{{ ceph_mgr_modules | union(['pg_autoscaler', 'balancer']) }}"