cloudera.cluster.cm_license_info module – Returns details about current license
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_info
.
New in cloudera.cluster 4.4.0
Synopsis
Returns details about current active license.
Requirements
The below requirements are needed on the host that executes this module.
cm_client
Examples
- name: Get details about a license
cloudera.cluster.cm_license_info:
host: example.cloudera.com
port: "7180"
username: "jane_smith"
password: "S&peR4Ec*re"
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Details about an 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 active license Returned: optional |
|
License activation date Returned: optional |
|
Unique ID of the license Returned: optional |