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
Type: object

Properties

action_groups Record<string, string | Metadata[]>

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.

import_redirection Record<string, object>

A mapping of names for Python import statements and their redirected locations.

plugin_routing object

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
inventory
module_utils
modules
requires_ansible string
Examples: ">=2.10,<2.11"
pattern=^[^\s]*$

Definitions

ActionGroup string | Metadata[]
Metadata object
metadata object
1 nested properties
extend_group string[]
Redirect object
redirect string

Examples

"**/meta/runtime.yml"