From 5271c993ac3b0d4119988e4afe20671a8f07f26c Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Fri, 30 Aug 2019 17:05:20 -0400 Subject: [PATCH] Move commit for migration of Ansible core tower modules --- {lib/ansible => awx_modules}/plugins/inventory/tower.py | 0 .../ansible => awx_modules/plugins}/module_utils/ansible_tower.py | 0 .../ansible_tower => awx_modules/plugins/modules}/__init__.py | 0 .../plugins/modules}/tower_credential.py | 0 .../plugins/modules}/tower_credential_type.py | 0 .../ansible_tower => awx_modules/plugins/modules}/tower_group.py | 0 .../ansible_tower => awx_modules/plugins/modules}/tower_host.py | 0 .../plugins/modules}/tower_inventory.py | 0 .../plugins/modules}/tower_inventory_source.py | 0 .../plugins/modules}/tower_job_cancel.py | 0 .../plugins/modules}/tower_job_launch.py | 0 .../plugins/modules}/tower_job_list.py | 0 .../plugins/modules}/tower_job_template.py | 0 .../plugins/modules}/tower_job_wait.py | 0 .../ansible_tower => awx_modules/plugins/modules}/tower_label.py | 0 .../plugins/modules}/tower_notification.py | 0 .../plugins/modules}/tower_organization.py | 0 .../plugins/modules}/tower_project.py | 0 .../plugins/modules}/tower_receive.py | 0 .../ansible_tower => awx_modules/plugins/modules}/tower_role.py | 0 .../ansible_tower => awx_modules/plugins/modules}/tower_send.py | 0 .../plugins/modules}/tower_settings.py | 0 .../ansible_tower => awx_modules/plugins/modules}/tower_team.py | 0 .../ansible_tower => awx_modules/plugins/modules}/tower_user.py | 0 .../plugins/modules}/tower_workflow_launch.py | 0 .../plugins/modules}/tower_workflow_template.py | 0 26 files changed, 0 insertions(+), 0 deletions(-) rename {lib/ansible => awx_modules}/plugins/inventory/tower.py (100%) rename {lib/ansible => awx_modules/plugins}/module_utils/ansible_tower.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/__init__.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_credential.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_credential_type.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_group.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_host.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_inventory.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_inventory_source.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_job_cancel.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_job_launch.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_job_list.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_job_template.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_job_wait.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_label.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_notification.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_organization.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_project.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_receive.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_role.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_send.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_settings.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_team.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_user.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_workflow_launch.py (100%) rename {lib/ansible/modules/web_infrastructure/ansible_tower => awx_modules/plugins/modules}/tower_workflow_template.py (100%) diff --git a/lib/ansible/plugins/inventory/tower.py b/awx_modules/plugins/inventory/tower.py similarity index 100% rename from lib/ansible/plugins/inventory/tower.py rename to awx_modules/plugins/inventory/tower.py diff --git a/lib/ansible/module_utils/ansible_tower.py b/awx_modules/plugins/module_utils/ansible_tower.py similarity index 100% rename from lib/ansible/module_utils/ansible_tower.py rename to awx_modules/plugins/module_utils/ansible_tower.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/__init__.py b/awx_modules/plugins/modules/__init__.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/__init__.py rename to awx_modules/plugins/modules/__init__.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py b/awx_modules/plugins/modules/tower_credential.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py rename to awx_modules/plugins/modules/tower_credential.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential_type.py b/awx_modules/plugins/modules/tower_credential_type.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential_type.py rename to awx_modules/plugins/modules/tower_credential_type.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_group.py b/awx_modules/plugins/modules/tower_group.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_group.py rename to awx_modules/plugins/modules/tower_group.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_host.py b/awx_modules/plugins/modules/tower_host.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_host.py rename to awx_modules/plugins/modules/tower_host.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_inventory.py b/awx_modules/plugins/modules/tower_inventory.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_inventory.py rename to awx_modules/plugins/modules/tower_inventory.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_inventory_source.py b/awx_modules/plugins/modules/tower_inventory_source.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_inventory_source.py rename to awx_modules/plugins/modules/tower_inventory_source.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_cancel.py b/awx_modules/plugins/modules/tower_job_cancel.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_cancel.py rename to awx_modules/plugins/modules/tower_job_cancel.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_launch.py b/awx_modules/plugins/modules/tower_job_launch.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_launch.py rename to awx_modules/plugins/modules/tower_job_launch.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_list.py b/awx_modules/plugins/modules/tower_job_list.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_list.py rename to awx_modules/plugins/modules/tower_job_list.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_template.py b/awx_modules/plugins/modules/tower_job_template.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_template.py rename to awx_modules/plugins/modules/tower_job_template.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_wait.py b/awx_modules/plugins/modules/tower_job_wait.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_wait.py rename to awx_modules/plugins/modules/tower_job_wait.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_label.py b/awx_modules/plugins/modules/tower_label.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_label.py rename to awx_modules/plugins/modules/tower_label.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_notification.py b/awx_modules/plugins/modules/tower_notification.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_notification.py rename to awx_modules/plugins/modules/tower_notification.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_organization.py b/awx_modules/plugins/modules/tower_organization.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_organization.py rename to awx_modules/plugins/modules/tower_organization.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_project.py b/awx_modules/plugins/modules/tower_project.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_project.py rename to awx_modules/plugins/modules/tower_project.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_receive.py b/awx_modules/plugins/modules/tower_receive.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_receive.py rename to awx_modules/plugins/modules/tower_receive.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_role.py b/awx_modules/plugins/modules/tower_role.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_role.py rename to awx_modules/plugins/modules/tower_role.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_send.py b/awx_modules/plugins/modules/tower_send.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_send.py rename to awx_modules/plugins/modules/tower_send.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_settings.py b/awx_modules/plugins/modules/tower_settings.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_settings.py rename to awx_modules/plugins/modules/tower_settings.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_team.py b/awx_modules/plugins/modules/tower_team.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_team.py rename to awx_modules/plugins/modules/tower_team.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_user.py b/awx_modules/plugins/modules/tower_user.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_user.py rename to awx_modules/plugins/modules/tower_user.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_workflow_launch.py b/awx_modules/plugins/modules/tower_workflow_launch.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_workflow_launch.py rename to awx_modules/plugins/modules/tower_workflow_launch.py diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_workflow_template.py b/awx_modules/plugins/modules/tower_workflow_template.py similarity index 100% rename from lib/ansible/modules/web_infrastructure/ansible_tower/tower_workflow_template.py rename to awx_modules/plugins/modules/tower_workflow_template.py