How do I Query Ansible Module Metadata for Module Support Level with Ansible Engine?
Individual Ansible Engine module metadata can be queried from the command-line using the following syntax:
ansible-doc MODULE_NAME
In addition to available parameters and task examples, the output will include the module's METADATA which will determine the support level included in an Ansible Engine subscription.
Core Module Metadata
METADATA:
Status: ['stableinterface']
Supported_by: core
Network Module Metadata
METADATA:
Status: ['preview']
Supported_by: core
Certified Metadata
METADATA:
Status: ['stableinterface']
Supported_by: curated
Community Metadata
METADATA:
Status: ['preview']
Supported_by: community
For more information on the support level received with included Ansible Engine modules, please refer to the following article.
