cloudera.cluster.cm_trial_license module – Activate the trial license of Cloudera Manager

Note

This module is part of the cloudera.cluster collection (version 4.4.0).

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

Synopsis

  • Checking if the trial license is already activated.

  • Activating the trial license if it is not already activated.

  • Return information about the trial license.

Requirements

The below requirements are needed on the host that executes this module.

  • cm_client

Examples

---
- name: Activate the trial license of Cloudera Manager
  cloudera.cluster.cm_trial_license:
    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

cloudera_manager

dictionary

Details about trial license

Returned: success

deactivation_date

string

Date until trial is active

Returned: optional

expiration

string

Expiration date of trial license

Returned: optional

features

list / elements=string

List of features within the trial license

Returned: optional

owner

string

Type of the license

Returned: optional

start_date

string

trial activation date

Returned: optional

uuid

boolean

Unique ID of trial license

Returned: optional


Authors

  • Ronald Suplina (@rsuplina)

Collection links