mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 15:34:01 -07:00
Added port documentation to postgresql_db and postgresql_user
This commit is contained in:
parent
084b623833
commit
6d85082586
2 changed files with 10 additions and 0 deletions
|
@ -58,6 +58,11 @@ options:
|
|||
required: false
|
||||
default: 'yes'
|
||||
choices: [ "yes", "no" ]
|
||||
port:
|
||||
description:
|
||||
- Database port to connect to.
|
||||
required: false
|
||||
default: 5432
|
||||
login_user:
|
||||
description:
|
||||
- User (role) used to authenticate with PostgreSQL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue