cloudera.exe.prereq_database role – Create and manage databases and users
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_database
.
Entry point main
– Create and manage databases and users
New in cloudera.exe 3.0.0
Synopsis
Configure databases and their associated users in the specified database system.
Parameters
Parameter |
Comments |
---|---|
A list of database accounts to create and manage. |
|
The name of the database to create. |
|
The name of the database user owning the database. Defaults to |
|
The password for the database user. |
|
The name of the database user. |
|
The password for the database admin login. |
|
The username for the database admin login. |
|
The hostname or IP address of the database server. |
|
The port for connecting to the database server. |
|
Specifies the type of database to connect to (e.g., PostgreSQL, MySQL, Oracle). Choices:
|