mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 03:30:33 -07:00
document why certain authentications plugins cause issues
This commit is contained in:
parent
509099e211
commit
71abdd7567
1 changed files with 8 additions and 4 deletions
|
@ -223,10 +223,14 @@ users:
|
||||||
- { "localhost": { "root": { "Alter_priv": "Y", "Alter_routine_priv": "Y" } } }
|
- { "localhost": { "root": { "Alter_priv": "Y", "Alter_routine_priv": "Y" } } }
|
||||||
users_privs:
|
users_privs:
|
||||||
description:
|
description:
|
||||||
Information about users accounts. The output can be used as an input of the
|
- Information about users accounts.
|
||||||
mysql_user plugin. Useful when migrating accounts to a new server or to
|
- The output can be used as an input of the M(community.mysql.mysql_user) plugin.
|
||||||
create an inventory. Does not support proxy privileges. Cause issue with
|
- Useful when migrating accounts to another server or to create an inventory.
|
||||||
authentications plugins C(sha256_password) and C(caching_sha2_password).
|
- Does not support proxy privileges. If an account has proxy privileges, they won't appear in the output.
|
||||||
|
- Causes issues with authentications plugins C(sha256_password) and C(caching_sha2_password).
|
||||||
|
If the output is fed to M(community.mysql.mysql_user), the
|
||||||
|
``plugin_auth_string`` will most likely be unreadable due to non-binary
|
||||||
|
characters.
|
||||||
returned: if not excluded by filter
|
returned: if not excluded by filter
|
||||||
type: dict
|
type: dict
|
||||||
sample:
|
sample:
|
||||||
|
|
Loading…
Add table
Reference in a new issue