diff --git a/tasks/ceph_get_keyrings_from_mons.yml b/tasks/ceph_get_keyrings_from_mons.yml index f95903a..8aa16b7 100644 --- a/tasks/ceph_get_keyrings_from_mons.yml +++ b/tasks/ceph_get_keyrings_from_mons.yml @@ -31,18 +31,6 @@ - ceph-config - always -- name: Create cephkeys_access_group group - group: - name: "{{ cephkeys_access_group }}" - -- name: Add OpenStack service to cephkeys_access_group group - user: - name: "{{ openstack_service_system_user }}" - groups: "{{ cephkeys_access_group }}" - append: yes - notify: - - Restart os services - - name: Provision ceph client keyrings # TODO: do we really need a template for this? what's the added value compare to # ceph get-or-create ... ... -o file?