runtime¶
Overview¶
This action returns information from the meta/runtime.yml file, such as plugin redirects, deprecations, and tombstones.
It works only in a COLLECTION context.
Parameters¶
The following parameters are supported:
--plugin-type,-ptSpecify the plugin type to be searched (choices: connection, lookup, modules, doc_fragments, module_utils, callback, inventory).
--regex,--regexp,-rTreat plugin names as regular expressions.
--info-type,-itRestrict type of response elements. Must be one of
redirect,tombstone, ordeprecation(can be shortened to one letter).plugin_namesOne or more plugin names to query (required).
Dependencies¶
PyYAMLwill have been installed as a dependency ofandebox.
Usage Examples¶
andebox runtime --plugin-type modules mymodule
andebox runtime --plugin-type callback --regex '^osx_.*'
andebox runtime --info-type d proxmox_disk