mirror of https://github.com/ceph/ceph-ansible.git
Remove RadosGW default users
parent
4aeaa9609f
commit
c7476fb375
|
@ -79,3 +79,6 @@
|
|||
- name: Create a swift subuser key
|
||||
command: radosgw-admin --name client.radosgw.gateway key create --subuser=johndoe:swift --key-type=swift
|
||||
ignore_errors: True
|
||||
|
||||
- name: Remove user from radosgw
|
||||
command: radosgw-admin --name client.radosgw.gateway user rm --uid=johndoe
|
||||
|
|
|
@ -68,3 +68,6 @@
|
|||
- name: Create a swift subuser key
|
||||
command: radosgw-admin --name client.radosgw.gateway key create --subuser=johndoe:swift --key-type=swift
|
||||
ignore_errors: True
|
||||
|
||||
- name: Remove user from radosgw
|
||||
command: radosgw-admin --name client.radosgw.gateway user rm --uid=johndoe
|
||||
|
|
Loading…
Reference in New Issue