adding missing items in postgresql facts documentation (#51677)

* adding missing items in postgresql facts documentation

* removed trailing whitespace
This commit is contained in:
Zim Kalinowski 2019-02-12 00:07:38 +08:00 committed by Sandra McCann
parent beba2fdc65
commit c581fbd0be

View file

@ -106,6 +106,24 @@ servers:
returned: always
type: int
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:
description:
- Server version.