]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
library: add ceph_dashboard_user module
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 4 Sep 2020 18:49:07 +0000 (14:49 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 11 Sep 2020 08:16:08 +0000 (10:16 +0200)
commitee6f0547ba17ec5111dae0d25dda5aed5631aa60
tree84289e3117c5870118b8d4aed3fdce8a64a84476
parent142934057f7a0485eca060c02892d8dac22a0f12
library: add ceph_dashboard_user module

This adds the ceph_dashboard_user ansible module for replacing the
command module usage with the ceph dashboard ac-user-xxx command.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
library/ceph_dashboard_user.py [new file with mode: 0644]
roles/ceph-dashboard/tasks/configure_dashboard.yml
tests/library/test_ceph_dashboard_user.py [new file with mode: 0644]