cloudera.cluster.cm_license module – Activate the license for Cloudera Manager
Note
This module is part of the cloudera.cluster collection (version 5.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.cluster
.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: cloudera.cluster.cm_license
.
New in cloudera.cluster 4.4.0
Synopsis
Activates the license if not already activated.
Return information about the acivate license.
Requirements
The below requirements are needed on the host that executes this module.
cm_client
Examples
- name: Activate Cloudera Manager license
cloudera.cluster.cm_license:
host: example.cloudera.com
port: "7180"
username: "jane_smith"
password: "S&peR4Ec*re"
license: "./files/license.txt"
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Details about a active license Returned: success |
|
Date until license is valid Returned: optional |
|
Expiration date of the license Returned: optional |
|
List of features within the license Returned: optional |
|
Owner of the license Returned: optional |
|
License activation date Returned: optional |
|
Unique ID of the license Returned: optional |