kolla-ansible/ansible/roles/ceph/tasks/start_ceph_dashboard.yml
chenxing fd6c9f3882 Enable ceph dashboard by default
Co-Authored-By: rhcayadav <rhcayadav@gmail.com>

Change-Id: I3c2c56decbb9de86101f45592ba8135c49c49405
Closes-Bug: #1754424
2018-06-15 10:25:41 +05:30

6 lines
138 B
YAML

---
- name: Enable ceph dashboard
command: docker exec ceph_mon ceph mgr module enable dashboard
changed_when: false
run_once: true