New in version 1.9.
| Parameter | Choices/Defaults | Comments |
|---|---|---|
|
db
required |
name of the database to add or remove the extension to/from
|
|
| login_host |
Default: localhost
|
Host running the database
|
| login_password |
The password used to authenticate with
|
|
| login_user |
The username used to authenticate with
|
|
|
name
required |
name of the extension to add or remove
|
|
| port |
Default: 5432
|
Database port to connect to.
|
| state |
|
The database extension state
|
Note
postgres account on the host.postgresql, libpq-dev, and python-psycopg2 packages on the remote host before using this module.This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Hint
If you notice any issues in this documentation you can edit this document to improve it.