mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
adding missing items in the documentation of mysql server facts (#51676)
* adding missing items in the documentation of mysql server facts * removed trailing whitespace
This commit is contained in:
parent
953058d025
commit
beba2fdc65
1 changed files with 18 additions and 0 deletions
|
@ -106,6 +106,24 @@ servers:
|
||||||
returned: always
|
returned: always
|
||||||
type: int
|
type: int
|
||||||
sample: 2
|
sample: 2
|
||||||
|
storage_mb:
|
||||||
|
description:
|
||||||
|
- The maximum storage allowed for a server.
|
||||||
|
returned: always
|
||||||
|
type: int
|
||||||
|
sample: 128000
|
||||||
|
enforce_ssl:
|
||||||
|
description:
|
||||||
|
- Enable SSL enforcement.
|
||||||
|
returned: always
|
||||||
|
type: bool
|
||||||
|
sample: False
|
||||||
|
admin_username:
|
||||||
|
description:
|
||||||
|
- "The administrator's login name of a server."
|
||||||
|
returned: always
|
||||||
|
type: str
|
||||||
|
sample: serveradmin
|
||||||
version:
|
version:
|
||||||
description:
|
description:
|
||||||
- Server version.
|
- Server version.
|
||||||
|
|
Loading…
Reference in a new issue