summaryrefslogtreecommitdiffstats
path: root/awx_collection
diff options
context:
space:
mode:
authorJake Jackson <jljacks93@gmail.com>2023-01-23 19:44:26 +0100
committerGitHub <noreply@github.com>2023-01-23 19:44:26 +0100
commitebea78943d8ed7b14ad609ec01157e7c7ed548f4 (patch)
tree2c71ef5fa7bf403b5c05e1ce5279825182857eaf /awx_collection
parentMerge pull request #13338 from fosterseth/tag_awx_ee_on_release (diff)
downloadawx-ebea78943d8ed7b14ad609ec01157e7c7ed548f4.tar.xz
awx-ebea78943d8ed7b14ad609ec01157e7c7ed548f4.zip
Deprecate tower modules (#13210)
* first deprecation pass, need to confirm date or version * remove doc block updates as not needed, update runtime and remove symlinks * add line to readme as notable release * update version before release
Diffstat (limited to 'awx_collection')
-rw-r--r--awx_collection/meta/runtime.yml126
l---------awx_collection/plugins/modules/tower_ad_hoc_command.py1
l---------awx_collection/plugins/modules/tower_ad_hoc_command_cancel.py1
l---------awx_collection/plugins/modules/tower_ad_hoc_command_wait.py1
l---------awx_collection/plugins/modules/tower_application.py1
l---------awx_collection/plugins/modules/tower_controller_meta.py1
l---------awx_collection/plugins/modules/tower_credential.py1
l---------awx_collection/plugins/modules/tower_credential_input_source.py1
l---------awx_collection/plugins/modules/tower_credential_type.py1
l---------awx_collection/plugins/modules/tower_execution_environment.py1
l---------awx_collection/plugins/modules/tower_export.py1
l---------awx_collection/plugins/modules/tower_group.py1
l---------awx_collection/plugins/modules/tower_host.py1
l---------awx_collection/plugins/modules/tower_import.py1
l---------awx_collection/plugins/modules/tower_instance_group.py1
l---------awx_collection/plugins/modules/tower_inventory.py1
l---------awx_collection/plugins/modules/tower_inventory_source.py1
l---------awx_collection/plugins/modules/tower_inventory_source_update.py1
l---------awx_collection/plugins/modules/tower_job_cancel.py1
l---------awx_collection/plugins/modules/tower_job_launch.py1
l---------awx_collection/plugins/modules/tower_job_list.py1
l---------awx_collection/plugins/modules/tower_job_template.py1
l---------awx_collection/plugins/modules/tower_job_wait.py1
l---------awx_collection/plugins/modules/tower_label.py1
l---------awx_collection/plugins/modules/tower_license.py1
l---------awx_collection/plugins/modules/tower_notification_template.py1
l---------awx_collection/plugins/modules/tower_organization.py1
l---------awx_collection/plugins/modules/tower_project.py1
l---------awx_collection/plugins/modules/tower_project_update.py1
l---------awx_collection/plugins/modules/tower_role.py1
l---------awx_collection/plugins/modules/tower_schedule.py1
l---------awx_collection/plugins/modules/tower_settings.py1
l---------awx_collection/plugins/modules/tower_team.py1
l---------awx_collection/plugins/modules/tower_token.py1
l---------awx_collection/plugins/modules/tower_user.py1
l---------awx_collection/plugins/modules/tower_workflow_approval.py1
l---------awx_collection/plugins/modules/tower_workflow_job_template.py1
l---------awx_collection/plugins/modules/tower_workflow_job_template_node.py1
l---------awx_collection/plugins/modules/tower_workflow_launch.py1
l---------awx_collection/plugins/modules/tower_workflow_node_wait.py1
-rw-r--r--awx_collection/plugins/modules/workflow_job_template.py1
-rw-r--r--awx_collection/plugins/modules/workflow_job_template_node.py1
-rw-r--r--awx_collection/tools/roles/template_galaxy/templates/README.md.j21
43 files changed, 127 insertions, 41 deletions
diff --git a/awx_collection/meta/runtime.yml b/awx_collection/meta/runtime.yml
index b23d5b87e2..e59becd4ea 100644
--- a/awx_collection/meta/runtime.yml
+++ b/awx_collection/meta/runtime.yml
@@ -46,90 +46,216 @@ action_groups:
plugin_routing:
inventory:
tower:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* plugins have been deprecated, use awx.awx.controller instead.
redirect: awx.awx.controller
lookup:
tower_api:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* plugins have been deprecated, use awx.awx.controller_api instead.
redirect: awx.awx.controller_api
tower_schedule_rrule:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* plugins have been deprecated, use awx.awx.schedule_rrule instead.
redirect: awx.awx.schedule_rrule
modules:
tower_ad_hoc_command_cancel:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.ad_hoc_command_cancel instead.
redirect: awx.awx.ad_hoc_command_cancel
tower_ad_hoc_command_wait:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.ad_hoc_command_wait instead.
redirect: awx.awx.ad_hoc_command_wait
tower_ad_hoc_command:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.ad_hoc_command instead.
redirect: awx.awx.ad_hoc_command
tower_application:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.application instead.
redirect: awx.awx.application
tower_meta:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.controller_meta instead.
redirect: awx.awx.controller_meta
tower_credential_input_source:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.credential_input_source instead.
redirect: awx.awx.credential_input_source
tower_credential_type:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.credential_type instead.
redirect: awx.awx.credential_type
tower_credential:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.credential instead.
redirect: awx.awx.credential
tower_execution_environment:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.execution_environment instead.
redirect: awx.awx.execution_environment
tower_export:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.export instead.
redirect: awx.awx.export
tower_group:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.group instead.
redirect: awx.awx.group
tower_host:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.host instead.
redirect: awx.awx.host
tower_import:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.import instead.
redirect: awx.awx.import
tower_instance_group:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.instance_group instead.
redirect: awx.awx.instance_group
tower_inventory_source_update:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.inventory_source_update instead.
redirect: awx.awx.inventory_source_update
tower_inventory_source:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.inventory_source instead.
redirect: awx.awx.inventory_source
tower_inventory:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.inventory instead.
redirect: awx.awx.inventory
tower_job_cancel:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.job_cancel instead.
redirect: awx.awx.job_cancel
tower_job_launch:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.job_launch instead.
redirect: awx.awx.job_launch
tower_job_list:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.job_list instead.
redirect: awx.awx.job_list
tower_job_template:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.job_template instead.
redirect: awx.awx.job_template
tower_job_wait:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.job_wait instead.
redirect: awx.awx.job_wait
tower_label:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.label instead.
redirect: awx.awx.label
tower_license:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.license instead.
redirect: awx.awx.license
tower_notification_template:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.notification_template instead.
redirect: awx.awx.notification_template
tower_notification:
redirect: awx.awx.notification_template
tower_organization:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.organization instead.
redirect: awx.awx.organization
tower_project_update:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.project_update instead.
redirect: awx.awx.project_update
tower_project:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.project instead.
redirect: awx.awx.project
tower_role:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.role instead.
redirect: awx.awx.role
tower_schedule:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.schedule instead.
redirect: awx.awx.schedule
tower_settings:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.settings instead.
redirect: awx.awx.settings
tower_team:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.team instead.
redirect: awx.awx.team
tower_token:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.token instead.
redirect: awx.awx.token
tower_user:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.user instead.
redirect: awx.awx.user
tower_workflow_approval:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.workflow_approval instead.
redirect: awx.awx.workflow_approval
tower_workflow_job_template_node:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.workflow_job_template_node instead.
redirect: awx.awx.workflow_job_template_node
tower_workflow_job_template:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.workflow_job_template instead.
redirect: awx.awx.workflow_job_template
tower_workflow_launch:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.workflow_launch instead.
redirect: awx.awx.workflow_launch
tower_workflow_node_wait:
+ deprecation:
+ removal_date: '2022-01-23'
+ warning_text: The tower_* modules have been deprecated, use awx.awx.workflow_node_wait instead.
redirect: awx.awx.workflow_node_wait
diff --git a/awx_collection/plugins/modules/tower_ad_hoc_command.py b/awx_collection/plugins/modules/tower_ad_hoc_command.py
deleted file mode 120000
index 1b02428042..0000000000
--- a/awx_collection/plugins/modules/tower_ad_hoc_command.py
+++ /dev/null
@@ -1 +0,0 @@
-ad_hoc_command.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_ad_hoc_command_cancel.py b/awx_collection/plugins/modules/tower_ad_hoc_command_cancel.py
deleted file mode 120000
index 1d9c64563b..0000000000
--- a/awx_collection/plugins/modules/tower_ad_hoc_command_cancel.py
+++ /dev/null
@@ -1 +0,0 @@
-ad_hoc_command_cancel.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_ad_hoc_command_wait.py b/awx_collection/plugins/modules/tower_ad_hoc_command_wait.py
deleted file mode 120000
index 50cc9f6eab..0000000000
--- a/awx_collection/plugins/modules/tower_ad_hoc_command_wait.py
+++ /dev/null
@@ -1 +0,0 @@
-ad_hoc_command_wait.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_application.py b/awx_collection/plugins/modules/tower_application.py
deleted file mode 120000
index cc28a46af5..0000000000
--- a/awx_collection/plugins/modules/tower_application.py
+++ /dev/null
@@ -1 +0,0 @@
-application.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_controller_meta.py b/awx_collection/plugins/modules/tower_controller_meta.py
deleted file mode 120000
index 603f9fa251..0000000000
--- a/awx_collection/plugins/modules/tower_controller_meta.py
+++ /dev/null
@@ -1 +0,0 @@
-controller_meta.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_credential.py b/awx_collection/plugins/modules/tower_credential.py
deleted file mode 120000
index 76fc468892..0000000000
--- a/awx_collection/plugins/modules/tower_credential.py
+++ /dev/null
@@ -1 +0,0 @@
-credential.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_credential_input_source.py b/awx_collection/plugins/modules/tower_credential_input_source.py
deleted file mode 120000
index b6824f7983..0000000000
--- a/awx_collection/plugins/modules/tower_credential_input_source.py
+++ /dev/null
@@ -1 +0,0 @@
-credential_input_source.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_credential_type.py b/awx_collection/plugins/modules/tower_credential_type.py
deleted file mode 120000
index 3ef2c5aaa1..0000000000
--- a/awx_collection/plugins/modules/tower_credential_type.py
+++ /dev/null
@@ -1 +0,0 @@
-credential_type.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_execution_environment.py b/awx_collection/plugins/modules/tower_execution_environment.py
deleted file mode 120000
index 0436ddac1d..0000000000
--- a/awx_collection/plugins/modules/tower_execution_environment.py
+++ /dev/null
@@ -1 +0,0 @@
-execution_environment.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_export.py b/awx_collection/plugins/modules/tower_export.py
deleted file mode 120000
index b9ead459dc..0000000000
--- a/awx_collection/plugins/modules/tower_export.py
+++ /dev/null
@@ -1 +0,0 @@
-export.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_group.py b/awx_collection/plugins/modules/tower_group.py
deleted file mode 120000
index 0d50916a64..0000000000
--- a/awx_collection/plugins/modules/tower_group.py
+++ /dev/null
@@ -1 +0,0 @@
-group.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_host.py b/awx_collection/plugins/modules/tower_host.py
deleted file mode 120000
index 36a0bc2c59..0000000000
--- a/awx_collection/plugins/modules/tower_host.py
+++ /dev/null
@@ -1 +0,0 @@
-host.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_import.py b/awx_collection/plugins/modules/tower_import.py
deleted file mode 120000
index b0354fac74..0000000000
--- a/awx_collection/plugins/modules/tower_import.py
+++ /dev/null
@@ -1 +0,0 @@
-import.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_instance_group.py b/awx_collection/plugins/modules/tower_instance_group.py
deleted file mode 120000
index f7f770d778..0000000000
--- a/awx_collection/plugins/modules/tower_instance_group.py
+++ /dev/null
@@ -1 +0,0 @@
-instance_group.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_inventory.py b/awx_collection/plugins/modules/tower_inventory.py
deleted file mode 120000
index f3f0a4990c..0000000000
--- a/awx_collection/plugins/modules/tower_inventory.py
+++ /dev/null
@@ -1 +0,0 @@
-inventory.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_inventory_source.py b/awx_collection/plugins/modules/tower_inventory_source.py
deleted file mode 120000
index 462d6066fd..0000000000
--- a/awx_collection/plugins/modules/tower_inventory_source.py
+++ /dev/null
@@ -1 +0,0 @@
-inventory_source.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_inventory_source_update.py b/awx_collection/plugins/modules/tower_inventory_source_update.py
deleted file mode 120000
index a283dfccb1..0000000000
--- a/awx_collection/plugins/modules/tower_inventory_source_update.py
+++ /dev/null
@@ -1 +0,0 @@
-inventory_source_update.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_job_cancel.py b/awx_collection/plugins/modules/tower_job_cancel.py
deleted file mode 120000
index 6298f026cb..0000000000
--- a/awx_collection/plugins/modules/tower_job_cancel.py
+++ /dev/null
@@ -1 +0,0 @@
-job_cancel.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_job_launch.py b/awx_collection/plugins/modules/tower_job_launch.py
deleted file mode 120000
index dbcb7048bc..0000000000
--- a/awx_collection/plugins/modules/tower_job_launch.py
+++ /dev/null
@@ -1 +0,0 @@
-job_launch.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_job_list.py b/awx_collection/plugins/modules/tower_job_list.py
deleted file mode 120000
index 45e0ea6fe4..0000000000
--- a/awx_collection/plugins/modules/tower_job_list.py
+++ /dev/null
@@ -1 +0,0 @@
-job_list.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_job_template.py b/awx_collection/plugins/modules/tower_job_template.py
deleted file mode 120000
index 4561927af7..0000000000
--- a/awx_collection/plugins/modules/tower_job_template.py
+++ /dev/null
@@ -1 +0,0 @@
-job_template.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_job_wait.py b/awx_collection/plugins/modules/tower_job_wait.py
deleted file mode 120000
index 488cb4683d..0000000000
--- a/awx_collection/plugins/modules/tower_job_wait.py
+++ /dev/null
@@ -1 +0,0 @@
-job_wait.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_label.py b/awx_collection/plugins/modules/tower_label.py
deleted file mode 120000
index 593aec76b8..0000000000
--- a/awx_collection/plugins/modules/tower_label.py
+++ /dev/null
@@ -1 +0,0 @@
-label.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_license.py b/awx_collection/plugins/modules/tower_license.py
deleted file mode 120000
index 467811cd59..0000000000
--- a/awx_collection/plugins/modules/tower_license.py
+++ /dev/null
@@ -1 +0,0 @@
-license.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_notification_template.py b/awx_collection/plugins/modules/tower_notification_template.py
deleted file mode 120000
index f24d407167..0000000000
--- a/awx_collection/plugins/modules/tower_notification_template.py
+++ /dev/null
@@ -1 +0,0 @@
-notification_template.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_organization.py b/awx_collection/plugins/modules/tower_organization.py
deleted file mode 120000
index 2da5304b4a..0000000000
--- a/awx_collection/plugins/modules/tower_organization.py
+++ /dev/null
@@ -1 +0,0 @@
-organization.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_project.py b/awx_collection/plugins/modules/tower_project.py
deleted file mode 120000
index 41d1fa306a..0000000000
--- a/awx_collection/plugins/modules/tower_project.py
+++ /dev/null
@@ -1 +0,0 @@
-project.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_project_update.py b/awx_collection/plugins/modules/tower_project_update.py
deleted file mode 120000
index 6f22e2a4b1..0000000000
--- a/awx_collection/plugins/modules/tower_project_update.py
+++ /dev/null
@@ -1 +0,0 @@
-project_update.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_role.py b/awx_collection/plugins/modules/tower_role.py
deleted file mode 120000
index 0a520b759b..0000000000
--- a/awx_collection/plugins/modules/tower_role.py
+++ /dev/null
@@ -1 +0,0 @@
-role.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_schedule.py b/awx_collection/plugins/modules/tower_schedule.py
deleted file mode 120000
index a21a88885c..0000000000
--- a/awx_collection/plugins/modules/tower_schedule.py
+++ /dev/null
@@ -1 +0,0 @@
-schedule.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_settings.py b/awx_collection/plugins/modules/tower_settings.py
deleted file mode 120000
index fff7c2ed4a..0000000000
--- a/awx_collection/plugins/modules/tower_settings.py
+++ /dev/null
@@ -1 +0,0 @@
-settings.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_team.py b/awx_collection/plugins/modules/tower_team.py
deleted file mode 120000
index 320689b4cd..0000000000
--- a/awx_collection/plugins/modules/tower_team.py
+++ /dev/null
@@ -1 +0,0 @@
-team.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_token.py b/awx_collection/plugins/modules/tower_token.py
deleted file mode 120000
index 0c41c0d586..0000000000
--- a/awx_collection/plugins/modules/tower_token.py
+++ /dev/null
@@ -1 +0,0 @@
-token.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_user.py b/awx_collection/plugins/modules/tower_user.py
deleted file mode 120000
index 576f943a25..0000000000
--- a/awx_collection/plugins/modules/tower_user.py
+++ /dev/null
@@ -1 +0,0 @@
-user.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_workflow_approval.py b/awx_collection/plugins/modules/tower_workflow_approval.py
deleted file mode 120000
index 76ba8f3be2..0000000000
--- a/awx_collection/plugins/modules/tower_workflow_approval.py
+++ /dev/null
@@ -1 +0,0 @@
-workflow_approval.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_workflow_job_template.py b/awx_collection/plugins/modules/tower_workflow_job_template.py
deleted file mode 120000
index 914891e32a..0000000000
--- a/awx_collection/plugins/modules/tower_workflow_job_template.py
+++ /dev/null
@@ -1 +0,0 @@
-workflow_job_template.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_workflow_job_template_node.py b/awx_collection/plugins/modules/tower_workflow_job_template_node.py
deleted file mode 120000
index 406b3cec5b..0000000000
--- a/awx_collection/plugins/modules/tower_workflow_job_template_node.py
+++ /dev/null
@@ -1 +0,0 @@
-workflow_job_template_node.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_workflow_launch.py b/awx_collection/plugins/modules/tower_workflow_launch.py
deleted file mode 120000
index d0a93529d8..0000000000
--- a/awx_collection/plugins/modules/tower_workflow_launch.py
+++ /dev/null
@@ -1 +0,0 @@
-workflow_launch.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/tower_workflow_node_wait.py b/awx_collection/plugins/modules/tower_workflow_node_wait.py
deleted file mode 120000
index 25bf1d0a87..0000000000
--- a/awx_collection/plugins/modules/tower_workflow_node_wait.py
+++ /dev/null
@@ -1 +0,0 @@
-workflow_node_wait.py \ No newline at end of file
diff --git a/awx_collection/plugins/modules/workflow_job_template.py b/awx_collection/plugins/modules/workflow_job_template.py
index 0871ec3b1c..41c5b66573 100644
--- a/awx_collection/plugins/modules/workflow_job_template.py
+++ b/awx_collection/plugins/modules/workflow_job_template.py
@@ -19,7 +19,6 @@ author: "John Westcott IV (@john-westcott-iv)"
short_description: create, update, or destroy Automation Platform Controller workflow job templates.
description:
- Create, update, or destroy Automation Platform Controller workflow job templates.
- - Replaces the deprecated tower_workflow_template module.
- Use workflow_job_template_node after this, or use the workflow_nodes parameter to build the workflow's graph
options:
name:
diff --git a/awx_collection/plugins/modules/workflow_job_template_node.py b/awx_collection/plugins/modules/workflow_job_template_node.py
index 61f713f843..a59cd33f9c 100644
--- a/awx_collection/plugins/modules/workflow_job_template_node.py
+++ b/awx_collection/plugins/modules/workflow_job_template_node.py
@@ -20,7 +20,6 @@ short_description: create, update, or destroy Automation Platform Controller wor
description:
- Create, update, or destroy Automation Platform Controller workflow job template nodes.
- Use this to build a graph for a workflow, which dictates what the workflow runs.
- - Replaces the deprecated tower_workflow_template module schema command.
- You can create nodes first, and link them afterwards, and not worry about ordering.
For failsafe referencing of a node, specify identifier, WFJT, and organization.
With those specified, you can choose to modify or not modify any other parameter.
diff --git a/awx_collection/tools/roles/template_galaxy/templates/README.md.j2 b/awx_collection/tools/roles/template_galaxy/templates/README.md.j2
index 246897f1b4..e860c43f8c 100644
--- a/awx_collection/tools/roles/template_galaxy/templates/README.md.j2
+++ b/awx_collection/tools/roles/template_galaxy/templates/README.md.j2
@@ -74,6 +74,7 @@ Notable releases of the `{{ collection_namespace }}.{{ collection_package }}` co
- 7.0.0 is intended to be identical to the content prior to the migration, aside from changes necessary to function as a collection.
- 11.0.0 has no non-deprecated modules that depend on the deprecated `tower-cli` [PyPI](https://pypi.org/project/ansible-tower-cli/).
- 19.2.1 large renaming purged "tower" names (like options and module names), adding redirects for old names
+ - 21.11.0 "tower" modules deprecated and symlinks removed.
- 0.0.1-devel is the version you should see if installing from source, which is intended for development and expected to be unstable.
{% else %}
- 3.7.0 initial release