awx/awx_collection/meta/runtime.yml
Rick Elrod bf8ba63860 Add instance module to controller action group
Signed-off-by: Rick Elrod <rick@elrod.me>
2022-09-23 09:46:16 -04:00

136 lines
3.4 KiB
YAML

---
requires_ansible: '>=2.9.10'
action_groups:
controller:
- ad_hoc_command
- ad_hoc_command_cancel
- ad_hoc_command_wait
- application
- controller_meta
- credential_input_source
- credential
- credential_type
- execution_environment
- export
- group
- host
- import
- instance
- instance_group
- inventory
- inventory_source
- inventory_source_update
- job_cancel
- job_launch
- job_list
- job_template
- job_wait
- label
- license
- notification_template
- organization
- project
- project_update
- role
- schedule
- settings
- subscriptions
- team
- token
- user
- workflow_approval
- workflow_job_template_node
- workflow_job_template
- workflow_launch
- workflow_node_wait
plugin_routing:
inventory:
tower:
redirect: awx.awx.controller
lookup:
tower_api:
redirect: awx.awx.controller_api
tower_schedule_rrule:
redirect: awx.awx.schedule_rrule
modules:
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