1---
2requires_ansible: '>=2.9.10'
3action_groups:
4  controller:
5    - credential_input_source
6    - credential
7    - credential_type
8    - group
9    - host
10    - inventory
11    - inventory_source
12    - job_cancel
13    - job_launch
14    - job_list
15    - job_template
16    - job_wait
17    - label
18    - license
19    - notification
20    - organization
21    - project
22    - role
23    - schedule
24    - settings
25    - team
26    - token
27    - user
28    - workflow_job_template_node
29    - workflow_job_template
30    - workflow_launch
31plugin_routing:
32  inventory:
33    tower:
34      redirect: awx.awx.controller
35    awx.awx.tower:
36      redirect: awx.awx.controller
37  lookup:
38    tower_api:
39      redirect: awx.awx.controller_api
40    tower_schedule_rrule:
41      redirect: awx.awx.schedule_rrule
42    awx.awx.tower_api:
43      redirect: awx.awx.controller_api
44    awx.awx.tower_schedule_rrule:
45      redirect: awx.awx.tower_schedule_rrule
46  modules:
47    # if playbook does not specify a FQCN
48    tower_ad_hoc_command_cancel:
49      redirect: awx.awx.ad_hoc_command_cancel
50    tower_ad_hoc_command_wait:
51      redirect: awx.awx.ad_hoc_command_wait
52    tower_ad_hoc_command:
53      redirect: awx.awx.ad_hoc_command
54    tower_application:
55      redirect: awx.awx.application
56    tower_meta:
57      redirect: awx.awx.controller_meta
58    tower_credential_input_source:
59      redirect: awx.awx.credential_input_source
60    tower_credential_type:
61      redirect: awx.awx.credential_type
62    tower_credential:
63      redirect: awx.awx.credential
64    tower_execution_environment:
65      redirect: awx.awx.execution_environment
66    tower_export:
67      redirect: awx.awx.export
68    tower_group:
69      redirect: awx.awx.group
70    tower_host:
71      redirect: awx.awx.host
72    tower_import:
73      redirect: awx.awx.import
74    tower_instance_group:
75      redirect: awx.awx.instance_group
76    tower_inventory_source_update:
77      redirect: awx.awx.inventory_source_update
78    tower_inventory_source:
79      redirect: awx.awx.inventory_source
80    tower_inventory:
81      redirect: awx.awx.inventory
82    tower_job_cancel:
83      redirect: awx.awx.job_cancel
84    tower_job_launch:
85      redirect: awx.awx.job_launch
86    tower_job_list:
87      redirect: awx.awx.job_list
88    tower_job_template:
89      redirect: awx.awx.job_template
90    tower_job_wait:
91      redirect: awx.awx.job_wait
92    tower_label:
93      redirect: awx.awx.label
94    tower_license:
95      redirect: awx.awx.license
96    tower_notification_template:
97      redirect: awx.awx.notification_template
98    tower_notification:
99      redirect: awx.awx.notification_template
100    tower_organization:
101      redirect: awx.awx.organization
102    tower_project_update:
103      redirect: awx.awx.project_update
104    tower_project:
105      redirect: awx.awx.project
106    tower_role:
107      redirect: awx.awx.role
108    tower_schedule:
109      redirect: awx.awx.schedule
110    tower_settings:
111      redirect: awx.awx.settings
112    tower_team:
113      redirect: awx.awx.team
114    tower_token:
115      redirect: awx.awx.token
116    tower_user:
117      redirect: awx.awx.user
118    tower_workflow_approval:
119      redirect: awx.awx.workflow_approval
120    tower_workflow_job_template_node:
121      redirect: awx.awx.workflow_job_template_node
122    tower_workflow_job_template:
123      redirect: awx.awx.workflow_job_template
124    tower_workflow_launch:
125      redirect: awx.awx.workflow_launch
126    tower_workflow_node_wait:
127      redirect: awx.awx.workflow_node_wait
128    # if playbook specifies a FQCN
129    awx.awx.tower_ad_hoc_command_cancel:
130      redirect: awx.awx.ad_hoc_command_cancel
131    awx.awx.tower_ad_hoc_command_wait:
132      redirect: awx.awx.ad_hoc_command_wait
133    awx.awx.tower_ad_hoc_command:
134      redirect: awx.awx.ad_hoc_command
135    awx.awx.tower_application:
136      redirect: awx.awx.application
137    awx.awx.tower_meta:
138      redirect: awx.awx.controller_meta
139    awx.awx.tower_credential_input_source:
140      redirect: awx.awx.credential_input_source
141    awx.awx.tower_credential_type:
142      redirect: awx.awx.credential_type
143    awx.awx.tower_credential:
144      redirect: awx.awx.credential
145    awx.awx.tower_execution_environment:
146      redirect: awx.awx.execution_environment
147    awx.awx.tower_export:
148      redirect: awx.awx.export
149    awx.awx.tower_group:
150      redirect: awx.awx.group
151    awx.awx.tower_host:
152      redirect: awx.awx.host
153    awx.awx.tower_import:
154      redirect: awx.awx.import
155    awx.awx.tower_instance_group:
156      redirect: awx.awx.instance_group
157    awx.awx.tower_inventory_source_update:
158      redirect: awx.awx.inventory_source_update
159    awx.awx.tower_inventory_source:
160      redirect: awx.awx.inventory_source
161    awx.awx.tower_inventory:
162      redirect: awx.awx.inventory
163    awx.awx.tower_job_cancel:
164      redirect: awx.awx.job_cancel
165    awx.awx.tower_job_launch:
166      redirect: awx.awx.job_launch
167    awx.awx.tower_job_list:
168      redirect: awx.awx.job_list
169    awx.awx.tower_job_template:
170      redirect: awx.awx.job_template
171    awx.awx.tower_job_wait:
172      redirect: awx.awx.job_wait
173    awx.awx.tower_label:
174      redirect: awx.awx.label
175    awx.awx.tower_license:
176      redirect: awx.awx.license
177    awx.awx.tower_notification_template:
178      redirect: awx.awx.notification_template
179    awx.awx.tower_notification:
180      redirect: awx.awx.notification_template
181    awx.awx.tower_organization:
182      redirect: awx.awx.organization
183    awx.awx.tower_project_update:
184      redirect: awx.awx.project_update
185    awx.awx.tower_project:
186      redirect: awx.awx.project
187    awx.awx.tower_role:
188      redirect: awx.awx.role
189    awx.awx.tower_schedule:
190      redirect: awx.awx.schedule
191    awx.awx.tower_settings:
192      redirect: awx.awx.settings
193    awx.awx.tower_team:
194      redirect: awx.awx.team
195    awx.awx.tower_token:
196      redirect: awx.awx.token
197    awx.awx.tower_user:
198      redirect: awx.awx.user
199    awx.awx.tower_workflow_approval:
200      redirect: awx.awx.workflow_approval
201    awx.awx.tower_workflow_job_template_node:
202      redirect: awx.awx.workflow_job_template_node
203    awx.awx.tower_workflow_job_template:
204      redirect: awx.awx.workflow_job_template
205    awx.awx.tower_workflow_launch:
206      redirect: awx.awx.workflow_launch
207    awx.awx.tower_workflow_node_wait:
208      redirect: awx.awx.workflow_node_wait
209