mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 04:49:09 -07:00
* 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
(cherry picked from commit 6b207bce4c
)
Co-authored-by: Andreas Botzner <paginabianca66@gmail.com>
This commit is contained in:
parent
b9c8d2bee5
commit
ad3efa9719
6 changed files with 377 additions and 0 deletions
1
plugins/modules/redis_data_info.py
Symbolic link
1
plugins/modules/redis_data_info.py
Symbolic link
|
@ -0,0 +1 @@
|
|||
database/misc/redis_data_info.py
|
Loading…
Add table
Add a link
Reference in a new issue