cloudera.exe.cm_csd role – Install Cloudera CSDs

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

Entry point main – Install Cloudera CSDs

New in cloudera.exe 3.0.0

Synopsis

  • Downloads and installs a specified list of Cloudera Custom Services Descriptor (CSD) files.

Parameters

Parameter

Comments

cloudera_manager_csd_directory

string

Location where CSDs are downloaded

Default: "/opt/cloudera/csd"

cloudera_manager_csd_restarted

boolean

Flag to restart Cloudera Manager Server if CSDs are downloaded.

Choices:

  • false ← (default)

  • true

cloudera_manager_csds

list / elements=string

List of CSD jars URLs to download

Default: []

cloudera_manager_repo_password

string

Cloudera package repository password

cloudera_manager_repo_username

string

Cloudera package repository username

Authors

  • Jim Enright