ceph-ansible/library
Dimitri Savineau 7d3d51d6da library/ceph_key: add output format parameter
The ceph_key module currently only supports the json output for the
info state.
When using this state on an entity then we something want the output
as:
  - plain for copying it to another node.
  - json in order to get only a subset information of the entity (like
the key or caps).

This patch adds the output_format parameter which uses json as a
default value for backward compatibility. It removes the internal and
hardcoded variable also called output_format.
In addition of json and plain outputs, there's also xml and yaml
values available.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
2020-11-02 17:17:29 +01:00
..
__init__.py tests for the ceph_volume module 2017-12-11 09:58:06 -06:00
ceph_add_users_buckets.py library: flake8 ceph-ansible modules 2020-10-01 11:23:52 +02:00
ceph_crush.py library: flake8 ceph-ansible modules 2020-10-01 11:23:52 +02:00
ceph_dashboard_user.py library: flake8 ceph-ansible modules 2020-10-01 11:23:52 +02:00
ceph_facts Discover rbd facts. 2018-11-20 15:06:01 +01:00
ceph_fs.py library: add ceph_fs module 2020-10-06 08:02:58 +02:00
ceph_key.py library/ceph_key: add output format parameter 2020-11-02 17:17:29 +01:00
ceph_pool.py ceph_pool: improve pg_autoscaler support 2020-10-02 07:42:40 +02:00
ceph_volume.py ceph-volume: refresh lvm metadata cache 2020-10-19 15:07:32 -04:00
config_template Using config_template 2015-12-16 17:19:50 +01:00
igw_client.py iscsi module linting 2018-10-30 14:41:36 +01:00
igw_gateway.py igw: Add check for mismatch ceph-iscsi and iscsigws.yml settings 2019-07-03 22:13:19 +02:00
igw_lun.py library: flake8 ceph-ansible modules 2020-10-01 11:23:52 +02:00
igw_purge.py library: flake8 ceph-ansible modules 2020-10-01 11:23:52 +02:00
radosgw_realm.py library: add radosgw_realm module 2020-10-06 10:07:58 +02:00
radosgw_user.py library: add radosgw_user module 2020-10-06 10:07:58 +02:00
radosgw_zone.py library: add radosgw_zone module 2020-10-06 10:07:58 +02:00
radosgw_zonegroup.py library: add radosgw_zonegroup module 2020-10-06 10:07:58 +02:00