1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/database/misc
Andreas Botzner 6b207bce4c
Adds redis_data_info module (#3227)
* Added redis_data_info module

Added:
  - redis_data_info module and suggested 'exists' return flag.
  - module_utils for redis with a base class that handles database connections.
  - inhereited unit tests and added some new ones for the exit flag

* Docfix and sanity

* typo

* Suggested doc changes and ssl option

* TLS and validate_certs fix

* Set support_check_mode for info plugin

* Docfix and import errors

* Redis versioning Fix

* version bump and append fixes
2021-09-08 07:14:37 +02:00
..
elasticsearch_plugin.py Tidy up validations + bug fixes + deprecations (#1830) 2021-02-16 09:27:24 +01:00
kibana_plugin.py kibana_plugin: fixed remove call + run_command with list instead of str (#2143) 2021-04-02 22:05:28 +02:00
odbc.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
redis.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
redis_data_info.py Adds redis_data_info module (#3227) 2021-09-08 07:14:37 +02:00
redis_info.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
riak.py Tidy up validations + bug fixes + deprecations (#1830) 2021-02-16 09:27:24 +01:00