mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Jumbo DOCUMENTATION patch
This commit is contained in:
parent
880328c10f
commit
e620fed755
18 changed files with 134 additions and 49 deletions
|
@ -36,7 +36,7 @@ options:
|
|||
default: null
|
||||
login_password:
|
||||
description:
|
||||
- The passwordused to authenticate with
|
||||
- The password used to authenticate with
|
||||
required: false
|
||||
default: null
|
||||
login_host:
|
||||
|
@ -57,7 +57,7 @@ options:
|
|||
choices: [ "present", "absent" ]
|
||||
examples:
|
||||
- code: postgresql_db db=acme
|
||||
description: create a new database with name 'acme'
|
||||
description: Create a new database with name 'acme'
|
||||
notes:
|
||||
- The default authentication assumes that you are either logging in as or sudo'ing to the postgres account on the host.
|
||||
- This module uses psycopg2, a Python PostgreSQL database adapter. You must ensure that psycopg2 is installed on the host before using this module. If the remote host is the PostgreSQL server (which is the default case), then PostgreSQL must also be installed on the remote host. For Ubuntu-based systems, install the postgresql, libpq-dev, and python-psycopg2 packages on the remote host before using this module.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue