]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
keyring: use ceph_key module for auth get command
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 23 Oct 2020 19:19:53 +0000 (15:19 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 2 Nov 2020 16:17:29 +0000 (17:17 +0100)
commit59ecddcdd01091cbbc8a36984b2f7b1f4065d90d
tree4f681a7578ab354dbb0d967159b1beffa4326f2a
parent7d3d51d6da9214a95923e870c2c5bd9627656ff2
keyring: use ceph_key module for auth get command

Instead of using ceph auth get command via the ansible command module
then we can use the ceph_key module and the info state.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
13 files changed:
infrastructure-playbooks/cephadm-adopt.yml
roles/ceph-client/tasks/pre_requisite.yml
roles/ceph-crash/tasks/main.yml
roles/ceph-iscsi-gw/tasks/common.yml
roles/ceph-mds/tasks/common.yml
roles/ceph-mgr/tasks/common.yml
roles/ceph-mon/tasks/deploy_monitors.yml
roles/ceph-nfs/tasks/pre_requisite_container.yml
roles/ceph-nfs/tasks/pre_requisite_non_container.yml
roles/ceph-osd/tasks/common.yml
roles/ceph-osd/tasks/openstack_config.yml
roles/ceph-rbd-mirror/tasks/common.yml
roles/ceph-rgw/tasks/common.yml