Merge pull request #5905 from artursvonda/update-postgresql-docs
Added port documentation to postgresql_db and postgresql_user.
This commit is contained in:
commit
c8a5e0a95e
2 changed files with 10 additions and 0 deletions
|
@ -49,6 +49,11 @@ options:
|
||||||
- Name of the role to set as owner of the database
|
- Name of the role to set as owner of the database
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
|
port:
|
||||||
|
description:
|
||||||
|
- Database port to connect to.
|
||||||
|
required: false
|
||||||
|
default: 5432
|
||||||
template:
|
template:
|
||||||
description:
|
description:
|
||||||
- Template used to create the database
|
- Template used to create the database
|
||||||
|
|
|
@ -58,6 +58,11 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: 'yes'
|
default: 'yes'
|
||||||
choices: [ "yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
|
port:
|
||||||
|
description:
|
||||||
|
- Database port to connect to.
|
||||||
|
required: false
|
||||||
|
default: 5432
|
||||||
login_user:
|
login_user:
|
||||||
description:
|
description:
|
||||||
- User (role) used to authenticate with PostgreSQL
|
- User (role) used to authenticate with PostgreSQL
|
||||||
|
|
Loading…
Reference in a new issue