cloudera.exe.prereq_cm_database role – Set up database and user accounts for Cloudera Manager

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

Entry point main – Set up database and user accounts for Cloudera Manager

New in cloudera.exe 3.0.0

Synopsis

  • Creates the database and user for Cloudera Manager

Parameters

Parameter

Comments

cloudera_manager_database_name

string

Name of Cloudera Manager database

Default: "scm"

cloudera_manager_database_password

string / required

Password for Cloudera Manager database user

cloudera_manager_database_type

string

Database type for the Cloudera Manager server.

Choices:

  • "postgresql"

  • "oracle"

  • "mysql"

cloudera_manager_database_user

string

Cloudera Manager database username

Default: "scm"

database_admin_password

string / required

The password for the database admin login.

database_admin_user

string / required

The username for the database admin login.

database_host

string / required

The hostname or IP address of the database server.

database_port

integer

The port for connecting to the database server.

Authors

  • Jim Enright