cloudera.exe.supported lookup – Get support matrix details
Note
This lookup plugin 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.supported
.
New in cloudera.exe 3.0.0
Synopsis
Retrieve support matrix details for Cloudera Manager, Runtime, or Data Services versions.
Terms
Parameter |
Comments |
---|---|
The categories to return from the support matrix. All category entries will be flattened into a single list. If undefined, all categories will be returned. Choices:
|
Keyword parameters
This describes keyword parameters of the lookup. These are the values key1=value1
, key2=value2
and so on in the following
examples: lookup('cloudera.exe.supported', key1=value1, key2=value2, ...)
and query('cloudera.exe.supported', key1=value1, key2=value2, ...)
Parameter |
Comments |
---|---|
The anchor product for the support matrix. Choices:
|
|
Additional raw filters to add to the support matrix URL. Each filter will be appended to the URL, delimited by colons ( |
|
Query timeout (seconds) Default: |
|
The version of the product |
Notes
Note
When keyword and positional parameters are used together, positional parameters must be listed before keyword parameters:
lookup('cloudera.exe.supported', term1, term2, key1=value1, key2=value2)
andquery('cloudera.exe.supported', term1, term2, key1=value1, key2=value2)
Examples
Return Value
Key |
Description |
---|---|
The contents of the license. Returned: success |