mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-20 01:11:27 -07:00
Document example returned value tls_requires
from users_info filter
This commit is contained in:
parent
6fd1f62493
commit
671e9a4689
1 changed files with 2 additions and 1 deletions
|
@ -240,7 +240,8 @@ users_info:
|
||||||
"host": "host.com",
|
"host": "host.com",
|
||||||
"plugin": "mysql_native_password",
|
"plugin": "mysql_native_password",
|
||||||
"priv": "db1.*:SELECT/db2.*:SELECT",
|
"priv": "db1.*:SELECT/db2.*:SELECT",
|
||||||
"resource_limits": { "MAX_USER_CONNECTIONS": 100 } }
|
"resource_limits": { "MAX_USER_CONNECTIONS": 100 }
|
||||||
|
"tls_requires": {"SSL": null} }
|
||||||
version_added: '3.8.0'
|
version_added: '3.8.0'
|
||||||
engines:
|
engines:
|
||||||
description: Information about the server's storage engines.
|
description: Information about the server's storage engines.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue