cloudera.exe.prereq_schemaregistry_database role – Set up database and user accounts for Schema Registry

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

Entry point main – Set up database and user accounts for Schema Registry

New in cloudera.exe 3.0.0

Synopsis

  • Manage the creation of the database and its associated user accounts for Schema Registry.

Parameters

Parameter

Comments

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.

database_type

string / required

Specifies the type of database to connect to (e.g., PostgreSQL, MySQL, Oracle).

Choices:

  • "postgresql"

  • "mysql"

  • "oracle"

schemaregistry_database

string

The name of the database to be created for Schema Registry.

Default: "registry"

schemaregistry_password

string

The password for the Schema Registry database user.

Default: "registry"

schemaregistry_username

string

The username for the Schema Registry database user and owner of the database.

Default: "registry"

Authors

  • Cloudera Labs