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/test/integration/targets/mysql_info
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
..
defaults New module mysql_info - Gather information about MySQL servers (#55434) 2019-05-28 09:10:12 +02:00
meta New module mysql_info - Gather information about MySQL servers (#55434) 2019-05-28 09:10:12 +02:00
tasks New module mysql_info - Gather information about MySQL servers (#55434) 2019-05-28 09:10:12 +02:00
templates New module mysql_info - Gather information about MySQL servers (#55434) 2019-05-28 09:10:12 +02:00
aliases New module mysql_info - Gather information about MySQL servers (#55434) 2019-05-28 09:10:12 +02:00