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/lib/ansible/modules
Andrey Klychkov baac1df935 New module mysql_info - Gather information about MySQL servers (#55434)
* New module mysql_info: collect info about MySQL server instance

* mysql_info - CI tests

* mysql_info: fixes

* mysql_info: fixes Decimal

* mysql_info: fixes Decimal converters.py

* mysql_info: fixed err conn message and check_mode

* mysql_info: added decimal.Decimal to lib/ansible/parsing/ajson.py

* mysql_info: convert Decimal to float

* mysql_info: fix

* mysql_info: fix

* mysql_info: returned the args list as it was

* mysql_info: fix typo

* mysql_info: fixes

* mysql_info: removed aliases for login_db

* mysql_info: changed RETURN condition info

* mysql_info: fixed doc

* mysql_info: fixed role's parsing

* mysql_info: fixed role's parsing

* mysql_info: fixes

* mysql_info: fixed integration tests
2019-05-28 09:10:12 +02:00
..
cloud Remove unnecessary pass (#56992) 2019-05-28 12:43:22 +08:00
clustering First batch _facts -> _info rename. (#56822) 2019-05-27 18:17:42 +02:00
commands [doc] expect module: mention all parameter types (#56394) 2019-05-14 09:06:00 -05:00
crypto openssl_pkcs12: fix crash due to wrong path used for loading key in check mode (#56808) 2019-05-22 23:34:42 +02:00
database New module mysql_info - Gather information about MySQL servers (#55434) 2019-05-28 09:10:12 +02:00
files Update unarchive.py (#56285) 2019-05-20 15:20:13 -05:00
identity New module: keycloak_group (#35637) 2019-04-10 15:58:20 -04:00
inventory
messaging standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
monitoring First batch _facts -> _info rename. (#56822) 2019-05-27 18:17:42 +02:00
net_tools DNS Made Easy fix locale for date string (#44624) 2019-05-26 23:49:17 +02:00
network Pluribus Networks vrouter bgp module with unit test cases (#56434) 2019-05-27 11:53:57 +05:30
notification modules/notification/irc: Fix channel joining for some IRC servers. (#55444) 2019-04-17 18:55:43 -04:00
packaging Update package.py (#56731) 2019-05-24 11:01:48 -05:00
remote_management redfish: refactor service_root variable (#56198) 2019-05-23 10:57:22 +02:00
source_control Fixed error handling in github_issue module (#39652) 2019-05-15 02:35:11 -04:00
storage Fix workload profileId indexing in netapp_e_volume module (#56747) 2019-05-22 09:43:21 -04:00
system First batch _facts -> _info rename. (#56822) 2019-05-27 18:17:42 +02:00
utilities Update include_role description (#56001) 2019-05-06 16:17:50 -04:00
web_infrastructure Add missing roles to tower_role module (#56182) 2019-05-08 13:11:50 -04:00
windows $result.reboot_required = $feature_result.RestartNeeded (#56419) 2019-05-28 01:21:56 -04:00
__init__.py