cloudera.exe.pgadmin role – Install pgAdmin
Note
This role is part of the cloudera.exe collection (version 3.0.0).
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it use: ansible-galaxy collection install cloudera.exe.
.
To use it in a playbook, specify: cloudera.exe.pgadmin
.
Entry point main
– Install pgAdmin
New in cloudera.exe 3.0.0
Synopsis
Install pgAdmin and configure access to a list of specified databases.
pgAdmin is run as a container with systemd service file is used to control container stop and start.
Parameters
Parameter |
Comments |
---|---|
Password for database superuser account |
|
Username for database superuser account |
|
The hostname or IP address of the database server. |
|
The port for connecting to the database server. Default: |
|
List of database connections to pre-load into pgAdmin at first launch Default: |
|
Email account for default user to access the pgAdmin web ui. Default: |
|
Password for default user to access the pgAdmin web ui. Default: |
|
Directory of docker executable. Default: |
|
Contents of pgpass file with credentials for databases accessed from pgAdmin Default: |
|
Port where pgAdmin web ui service will be listening. Default: |