cloudera.exe.cm_repo role – Manage the package repository 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.cm_repo.

Entry point main – Manage the package repository for Cloudera Manager.

New in cloudera.exe 3.0.0

Synopsis

  • Manage the package repository for downloading and installing Cloudera Manager binaries.

  • Handles trial, enterprise, and custom repositories.

Parameters

Parameter

Comments

cloudera_manager_release

string

Release of Cloudera Manager.

Defines the specific release directory, e.g. 7.11.3.9, for a standard Cloudera Manager repository URL for the Cloudera Archive.

If not defined, will default to the value of cloudera_manager_version.

cloudera_manager_repo_gpgcheck

boolean

Flag to manage validation checks of the repository contents.

Choices:

  • false

  • true

cloudera_manager_repo_key

string

Package repository validation key URL.

cloudera_manager_repo_password

string

Package repository password.

For Cloudera enterprise licenses, this is the derived password value.

cloudera_manager_repo_url

string

Base URL for the package repository.

If not defined and cloudera_manager_repo_username is set, will default to the Cloudera enterprise archive.

Defaults to the Cloudera trial archive.

cloudera_manager_repo_username

string

Package repository username.

For Cloudera enterprise licenses, this is the uuid value.

cloudera_manager_version

string

Version of Cloudera Manager.

If not defined and cloudera_manager_repo_username is not defined, will default to the 7.4.4 trial version, if compatiable with the OS distribution.

Default: "7.11.3"

Authors

  • Webster Mudge