cloudera.exe.prereq_psycopg2 role – Install psycopg2 for PostgreSQL for deployments

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.prereq_psycopg2.

Entry point main – Install psycopg2 for PostgreSQL for deployments

New in cloudera.exe 3.0.0

Synopsis

  • Installs the psycopg2 Python package for PostgreSQL database.

Parameters

Parameter

Comments

rdbms_repo_disable

boolean

Disable PSQL repositories before installing psycopg2

Choices:

  • false

  • true ← (default)

Authors

  • Jim Enright