mirror of https://github.com/ceph/ceph-ansible.git
65003f4ff9
This commit add `radosgw_caps` module to be able to manage RadosGW users capabilities. Usage from module's documentation: ```YAML - name: add users read write and all buckets capabilities radosgw_caps: name: foo state: present caps: - users=read,write - buckets=* - name: remove usage write capabilities radosgw_caps: name: foo state: absent caps: - usage=write ``` This module support check mode by simulating the original `radosgw-admin` behavior when adding capabilities. Signed-off-by: Mathias Chapelain <mathias.chapelain@proton.ch> |
||
---|---|---|
.. | ||
__init__.py | ||
ceph_add_users_buckets.py | ||
ceph_crush.py | ||
ceph_crush_rule.py | ||
ceph_dashboard_user.py | ||
ceph_ec_profile.py | ||
ceph_fs.py | ||
ceph_key.py | ||
ceph_mgr_module.py | ||
ceph_osd.py | ||
ceph_osd_flag.py | ||
ceph_pool.py | ||
ceph_volume.py | ||
ceph_volume_simple_activate.py | ||
ceph_volume_simple_scan.py | ||
cephadm_adopt.py | ||
cephadm_bootstrap.py | ||
igw_client.py | ||
igw_gateway.py | ||
igw_lun.py | ||
igw_purge.py | ||
radosgw_caps.py | ||
radosgw_realm.py | ||
radosgw_user.py | ||
radosgw_zone.py | ||
radosgw_zonegroup.py |