Ansible Meta Runtime
Ansible meta/runtime.yml file
| Type | object |
|---|---|
| File match |
**/meta/runtime.yml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/ansible-meta-runtime/latest.json |
| Source | https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/meta-runtime.json |
Validate with Lintel
npx @lintel/lintel check
Properties
A mapping of groups and the list of action plugin and module names they contain. They may also have a special ‘metadata’ dictionary in the list, which can be used to include actions from other groups.
A mapping of names for Python import statements and their redirected locations.
Content in a collection that Ansible needs to load from another location or that has been deprecated/removed. The top level keys of plugin_routing are types of plugins, with individual plugin names as subkeys. To define a new location for a plugin, set the redirect field to another name. To deprecate a plugin, use the deprecation field to provide a custom warning message and the removal version or date. If the plugin has been renamed or moved to a new location, the redirect field should also be provided. If a plugin is being removed entirely, tombstone can be used for the fatal error message and removal version or date.
3 nested properties
Definitions
1 nested properties
Examples
"**/meta/runtime.yml"