awx/awx_collection/meta/runtime.yml

209 lines
6.1 KiB
YAML

---
requires_ansible: '>=2.9.10'
action_groups:
controller:
- credential_input_source
- credential
- credential_type
- group
- host
- inventory
- inventory_source
- job_cancel
- job_launch
- job_list
- job_template
- job_wait
- label
- license
- notification
- organization
- project
- role
- schedule
- settings
- team
- token
- user
- workflow_job_template_node
- workflow_job_template
- workflow_launch
plugin_routing:
inventory:
tower:
redirect: awx.awx.controller
awx.awx.tower:
redirect: awx.awx.controller
lookup:
tower_api:
redirect: awx.awx.controller_api
tower_schedule_rrule:
redirect: awx.awx.schedule_rrule
awx.awx.tower_api:
redirect: awx.awx.controller_api
awx.awx.tower_schedule_rrule:
redirect: awx.awx.tower_schedule_rrule
modules:
# if playbook does not specify a FQCN
tower_ad_hoc_command_cancel:
redirect: awx.awx.ad_hoc_command_cancel
tower_ad_hoc_command_wait:
redirect: awx.awx.ad_hoc_command_wait
tower_ad_hoc_command:
redirect: awx.awx.ad_hoc_command
tower_application:
redirect: awx.awx.application
tower_meta:
redirect: awx.awx.controller_meta
tower_credential_input_source:
redirect: awx.awx.credential_input_source
tower_credential_type:
redirect: awx.awx.credential_type
tower_credential:
redirect: awx.awx.credential
tower_execution_environment:
redirect: awx.awx.execution_environment
tower_export:
redirect: awx.awx.export
tower_group:
redirect: awx.awx.group
tower_host:
redirect: awx.awx.host
tower_import:
redirect: awx.awx.import
tower_instance_group:
redirect: awx.awx.instance_group
tower_inventory_source_update:
redirect: awx.awx.inventory_source_update
tower_inventory_source:
redirect: awx.awx.inventory_source
tower_inventory:
redirect: awx.awx.inventory
tower_job_cancel:
redirect: awx.awx.job_cancel
tower_job_launch:
redirect: awx.awx.job_launch
tower_job_list:
redirect: awx.awx.job_list
tower_job_template:
redirect: awx.awx.job_template
tower_job_wait:
redirect: awx.awx.job_wait
tower_label:
redirect: awx.awx.label
tower_license:
redirect: awx.awx.license
tower_notification_template:
redirect: awx.awx.notification_template
tower_notification:
redirect: awx.awx.notification_template
tower_organization:
redirect: awx.awx.organization
tower_project_update:
redirect: awx.awx.project_update
tower_project:
redirect: awx.awx.project
tower_role:
redirect: awx.awx.role
tower_schedule:
redirect: awx.awx.schedule
tower_settings:
redirect: awx.awx.settings
tower_team:
redirect: awx.awx.team
tower_token:
redirect: awx.awx.token
tower_user:
redirect: awx.awx.user
tower_workflow_approval:
redirect: awx.awx.workflow_approval
tower_workflow_job_template_node:
redirect: awx.awx.workflow_job_template_node
tower_workflow_job_template:
redirect: awx.awx.workflow_job_template
tower_workflow_launch:
redirect: awx.awx.workflow_launch
tower_workflow_node_wait:
redirect: awx.awx.workflow_node_wait
# if playbook specifies a FQCN
awx.awx.tower_ad_hoc_command_cancel:
redirect: awx.awx.ad_hoc_command_cancel
awx.awx.tower_ad_hoc_command_wait:
redirect: awx.awx.ad_hoc_command_wait
awx.awx.tower_ad_hoc_command:
redirect: awx.awx.ad_hoc_command
awx.awx.tower_application:
redirect: awx.awx.application
awx.awx.tower_meta:
redirect: awx.awx.controller_meta
awx.awx.tower_credential_input_source:
redirect: awx.awx.credential_input_source
awx.awx.tower_credential_type:
redirect: awx.awx.credential_type
awx.awx.tower_credential:
redirect: awx.awx.credential
awx.awx.tower_execution_environment:
redirect: awx.awx.execution_environment
awx.awx.tower_export:
redirect: awx.awx.export
awx.awx.tower_group:
redirect: awx.awx.group
awx.awx.tower_host:
redirect: awx.awx.host
awx.awx.tower_import:
redirect: awx.awx.import
awx.awx.tower_instance_group:
redirect: awx.awx.instance_group
awx.awx.tower_inventory_source_update:
redirect: awx.awx.inventory_source_update
awx.awx.tower_inventory_source:
redirect: awx.awx.inventory_source
awx.awx.tower_inventory:
redirect: awx.awx.inventory
awx.awx.tower_job_cancel:
redirect: awx.awx.job_cancel
awx.awx.tower_job_launch:
redirect: awx.awx.job_launch
awx.awx.tower_job_list:
redirect: awx.awx.job_list
awx.awx.tower_job_template:
redirect: awx.awx.job_template
awx.awx.tower_job_wait:
redirect: awx.awx.job_wait
awx.awx.tower_label:
redirect: awx.awx.label
awx.awx.tower_license:
redirect: awx.awx.license
awx.awx.tower_notification_template:
redirect: awx.awx.notification_template
awx.awx.tower_notification:
redirect: awx.awx.notification_template
awx.awx.tower_organization:
redirect: awx.awx.organization
awx.awx.tower_project_update:
redirect: awx.awx.project_update
awx.awx.tower_project:
redirect: awx.awx.project
awx.awx.tower_role:
redirect: awx.awx.role
awx.awx.tower_schedule:
redirect: awx.awx.schedule
awx.awx.tower_settings:
redirect: awx.awx.settings
awx.awx.tower_team:
redirect: awx.awx.team
awx.awx.tower_token:
redirect: awx.awx.token
awx.awx.tower_user:
redirect: awx.awx.user
awx.awx.tower_workflow_approval:
redirect: awx.awx.workflow_approval
awx.awx.tower_workflow_job_template_node:
redirect: awx.awx.workflow_job_template_node
awx.awx.tower_workflow_job_template:
redirect: awx.awx.workflow_job_template
awx.awx.tower_workflow_launch:
redirect: awx.awx.workflow_launch
awx.awx.tower_workflow_node_wait:
redirect: awx.awx.workflow_node_wait