community.mysql icon indicating copy to clipboard operation
community.mysql copied to clipboard

Optionally decrypt and parse MySQL's login path file

Open flybyray opened this issue 3 years ago • 1 comments

SUMMARY

Decrypt and parse MySQL's login path file.

See also: https://dev.mysql.com/doc/refman/8.0/en/mysql-config-editor.html

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

plugins/module_utils/mysql.py

ADDITIONAL INFORMATION

https://github.com/PyMySQL/myloginpath See also: https://dev.mysql.com/doc/refman/8.0/en/mysql-config-editor.html

---
  - name: Playbook
    hosts: mysql_servers
    tasks:
    - name: Collect all possible information using passwordless root access
      community.mysql.mysql_info:
          login_path: client

flybyray avatar Feb 16 '23 13:02 flybyray

@flybyray hello, thanks for reporting the issue! someone will take a look as soon as there's time

The community of the collection has an official chat room on Matrix. We also hang out in the ansible social room. Welcome to join!

Andersson007 avatar Feb 17 '23 06:02 Andersson007