Skip to content

Commit

Permalink
Re-route modules to ansible.hub (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akasurde authored Sep 25, 2024
1 parent 263cf74 commit bb7abab
Show file tree
Hide file tree
Showing 33 changed files with 41 additions and 4,374 deletions.
11 changes: 0 additions & 11 deletions .github/files/ci.py

This file was deleted.

12 changes: 0 additions & 12 deletions .github/files/ci_dab_jwt.py

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/ci_dab_jwt.yml

This file was deleted.

102 changes: 0 additions & 102 deletions .github/workflows/ci_dab_jwt_versioned.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/ci_standalone.yml

This file was deleted.

104 changes: 0 additions & 104 deletions .github/workflows/ci_standalone_versioned.yml

This file was deleted.

3 changes: 3 additions & 0 deletions changelogs/fragments/reroute.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
major_changes:
- redirect all modules to ansible.hub.
38 changes: 38 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@
requires_ansible: '>=2.14.0'
plugin_routing:
modules:
ah_approval:
redirect: ansible.hub.ah_approval
ah_build:
redirect: ansible.hub.ah_build
ah_collection:
redirect: ansible.hub.ah_collection
ah_collection_upload:
redirect: ansible.hub.ah_collection_upload
ah_ee_image:
redirect: ansible.hub.ah_ee_image
ah_ee_registry:
redirect: ansible.hub.ah_ee_registry
ah_ee_registry_index:
redirect: ansible.hub.ah_ee_registry_index
ah_ee_registry_sync:
redirect: ansible.hub.ah_ee_registry_sync
ah_ee_repository:
redirect: ansible.hub.ah_ee_repository
ah_ee_repository_sync:
redirect: ansible.hub.ah_ee_repository_sync
ah_group:
redirect: ansible.hub.ah_group
ah_namespace:
redirect: ansible.hub.ah_namespace
ah_role:
redirect: ansible.hub.ah_role
ah_token:
redirect: ansible.hub.ah_token
ah_user:
redirect: ansible.hub.ah_user
collection_remote:
redirect: ansible.hub.collection_remote
collection_repository:
redirect: ansible.hub.collection_repository
collection_repository_sync:
redirect: ansible.hub.collection_repository_sync
group_roles:
redirect: ansible.hub.group_roles
ah_ee_namespace:
deprecation:
removal_version: 3.0.0
Expand Down
Loading

0 comments on commit bb7abab

Please sign in to comment.