]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
mon: use ceph_key module for containerized mgr keyring creation
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 25 Sep 2019 14:02:08 +0000 (16:02 +0200)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 25 Sep 2019 15:30:41 +0000 (11:30 -0400)
commit749d404e87994f406463891051c2730765dc901a
tree8733f26d5fdc07a7d65bc31547276b5cc20b5c47
parent211dd2fcf62d86e8c65bec87747873ae3bfb960d
mon: use ceph_key module for containerized mgr keyring creation

This commit replaces a `command` task with `ceph_key` in order to create
mgr keyrings.

This allows us to use `mode` parameter to set the right mode on
generated keys.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1734513
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-mon/tasks/docker/main.yml