]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
library: add ceph_mgr_module module
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 16 Nov 2020 15:11:20 +0000 (10:11 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 30 Nov 2020 15:52:02 +0000 (16:52 +0100)
commiteaf0ebfc859f0e8a4528d60c2655eae32c2b07c5
tree2f5007659673995852f2e75a45ebe75ebd746832
parentc610a1b41179d15d58dac5b72ef39a280a8a9b6c
library: add ceph_mgr_module module

This adds ceph_mgr_module ansible module for replacing the command module
usage with the ceph mgr module enable/disable commands.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
infrastructure-playbooks/cephadm-adopt.yml
library/ceph_mgr_module.py [new file with mode: 0644]
roles/ceph-dashboard/tasks/configure_dashboard.yml
roles/ceph-mgr/tasks/mgr_modules.yml
tests/library/test_ceph_mgr_module.py [new file with mode: 0644]