Update collection routing (#73046)
* Docker content from community.general migrated to community.docker. * Hetzner Robot content from community.general migrated to community.hrobot. * RouterOS content from community.network migrated to community.routeros. * PostgreSQL content from community.general migrated to community.postgresql. * OC content from community.general migrated to community.okd. * Cisco NSO content from community.network migrated to cisco.nso. * Add changelog fragment. * Google content from community.general migrated to community.google. * Hashi Vault content from community.general migrated to community.hashi_vault. * KubeVirt content from community.general migrated to community.kubevirt. * FortiOS content from community.network migrated to community.fortios. * Update changelog fragment. * DellEMC content from community.general migrated to dellemc.openmanage.
This commit is contained in:
parent
65fc8c9e35
commit
ca448f7c35
2 changed files with 150 additions and 138 deletions
12
changelogs/fragments/ansible_runtime_meta.yml
Normal file
12
changelogs/fragments/ansible_runtime_meta.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
minor_changes:
|
||||||
|
- "Collection routing: docker content from community.general migrated to community.docker (https://github.com/ansible/ansible/pull/73046)."
|
||||||
|
- "Collection routing: Cisco NSO content from community.network migrated to cisco.nso (https://github.com/ansible/ansible/pull/73046)."
|
||||||
|
- "Collection routing: OC content from community.general migrated to community.okd (https://github.com/ansible/ansible/pull/73046)."
|
||||||
|
- "Collection routing: PostgreSQL content from community.general migrated to community.postgresql (https://github.com/ansible/ansible/pull/73046)."
|
||||||
|
- "Collection routing: RouterOS content from community.network migrated to community.routeros (https://github.com/ansible/ansible/pull/73046)."
|
||||||
|
- "Collection routing: Hetzner Robot content from community.general migrated to community.hrobot (https://github.com/ansible/ansible/pull/73046)."
|
||||||
|
- "Collection routing: Google content from community.general migrated to community.google (https://github.com/ansible/ansible/pull/73046)."
|
||||||
|
- "Collection routing: Hashi Vault content from community.general migrated to community.hashi_vault (https://github.com/ansible/ansible/pull/73046)."
|
||||||
|
- "Collection routing: KubeVirt content from community.general migrated to community.kubevirt (https://github.com/ansible/ansible/pull/73046)."
|
||||||
|
- "Collection routing: FortiOS content from community.network migrated to community.fortios (https://github.com/ansible/ansible/pull/73046)."
|
||||||
|
- "Collection routing: DellEMC content from community.general migrated to dellemc.openmanage (https://github.com/ansible/ansible/pull/73046)."
|
|
@ -14,7 +14,7 @@ plugin_routing:
|
||||||
chroot:
|
chroot:
|
||||||
redirect: community.general.chroot
|
redirect: community.general.chroot
|
||||||
docker:
|
docker:
|
||||||
redirect: community.general.docker
|
redirect: community.docker.docker
|
||||||
funcd:
|
funcd:
|
||||||
redirect: community.general.funcd
|
redirect: community.general.funcd
|
||||||
iocage:
|
iocage:
|
||||||
|
@ -30,7 +30,7 @@ plugin_routing:
|
||||||
lxd:
|
lxd:
|
||||||
redirect: community.general.lxd
|
redirect: community.general.lxd
|
||||||
oc:
|
oc:
|
||||||
redirect: community.general.oc
|
redirect: community.okd.oc
|
||||||
qubes:
|
qubes:
|
||||||
redirect: community.general.qubes
|
redirect: community.general.qubes
|
||||||
saltstack:
|
saltstack:
|
||||||
|
@ -719,47 +719,47 @@ plugin_routing:
|
||||||
docker_service:
|
docker_service:
|
||||||
redirect: community.general.docker_service
|
redirect: community.general.docker_service
|
||||||
docker_compose:
|
docker_compose:
|
||||||
redirect: community.general.docker_compose
|
redirect: community.docker.docker_compose
|
||||||
docker_config:
|
docker_config:
|
||||||
redirect: community.general.docker_config
|
redirect: community.docker.docker_config
|
||||||
docker_container:
|
docker_container:
|
||||||
redirect: community.general.docker_container
|
redirect: community.docker.docker_container
|
||||||
docker_container_info:
|
docker_container_info:
|
||||||
redirect: community.general.docker_container_info
|
redirect: community.docker.docker_container_info
|
||||||
docker_host_info:
|
docker_host_info:
|
||||||
redirect: community.general.docker_host_info
|
redirect: community.docker.docker_host_info
|
||||||
docker_image:
|
docker_image:
|
||||||
redirect: community.general.docker_image
|
redirect: community.docker.docker_image
|
||||||
docker_image_info:
|
docker_image_info:
|
||||||
redirect: community.general.docker_image_info
|
redirect: community.docker.docker_image_info
|
||||||
docker_login:
|
docker_login:
|
||||||
redirect: community.general.docker_login
|
redirect: community.docker.docker_login
|
||||||
docker_network:
|
docker_network:
|
||||||
redirect: community.general.docker_network
|
redirect: community.docker.docker_network
|
||||||
docker_network_info:
|
docker_network_info:
|
||||||
redirect: community.general.docker_network_info
|
redirect: community.docker.docker_network_info
|
||||||
docker_node:
|
docker_node:
|
||||||
redirect: community.general.docker_node
|
redirect: community.docker.docker_node
|
||||||
docker_node_info:
|
docker_node_info:
|
||||||
redirect: community.general.docker_node_info
|
redirect: community.docker.docker_node_info
|
||||||
docker_prune:
|
docker_prune:
|
||||||
redirect: community.general.docker_prune
|
redirect: community.docker.docker_prune
|
||||||
docker_secret:
|
docker_secret:
|
||||||
redirect: community.general.docker_secret
|
redirect: community.docker.docker_secret
|
||||||
docker_stack:
|
docker_stack:
|
||||||
redirect: community.general.docker_stack
|
redirect: community.docker.docker_stack
|
||||||
docker_swarm:
|
docker_swarm:
|
||||||
redirect: community.general.docker_swarm
|
redirect: community.docker.docker_swarm
|
||||||
docker_swarm_info:
|
docker_swarm_info:
|
||||||
redirect: community.general.docker_swarm_info
|
redirect: community.docker.docker_swarm_info
|
||||||
docker_swarm_service:
|
docker_swarm_service:
|
||||||
redirect: community.general.docker_swarm_service
|
redirect: community.docker.docker_swarm_service
|
||||||
docker_swarm_service_info:
|
docker_swarm_service_info:
|
||||||
redirect: community.general.docker_swarm_service_info
|
redirect: community.docker.docker_swarm_service_info
|
||||||
docker_volume:
|
docker_volume:
|
||||||
redirect: community.general.docker_volume
|
redirect: community.docker.docker_volume
|
||||||
docker_volume_info:
|
docker_volume_info:
|
||||||
redirect: community.general.docker_volume_info
|
redirect: community.docker.docker_volume_info
|
||||||
gcdns_record:
|
gcdns_record:
|
||||||
redirect: community.general.gcdns_record
|
redirect: community.general.gcdns_record
|
||||||
gcdns_zone:
|
gcdns_zone:
|
||||||
|
@ -885,31 +885,31 @@ plugin_routing:
|
||||||
gcspanner:
|
gcspanner:
|
||||||
redirect: community.general.gcspanner
|
redirect: community.general.gcspanner
|
||||||
gc_storage:
|
gc_storage:
|
||||||
redirect: community.general.gc_storage
|
redirect: community.google.gc_storage
|
||||||
gce_eip:
|
gce_eip:
|
||||||
redirect: community.general.gce_eip
|
redirect: community.google.gce_eip
|
||||||
gce_img:
|
gce_img:
|
||||||
redirect: community.general.gce_img
|
redirect: community.google.gce_img
|
||||||
gce_instance_template:
|
gce_instance_template:
|
||||||
redirect: community.general.gce_instance_template
|
redirect: community.google.gce_instance_template
|
||||||
gce_labels:
|
gce_labels:
|
||||||
redirect: community.general.gce_labels
|
redirect: community.google.gce_labels
|
||||||
gce_lb:
|
gce_lb:
|
||||||
redirect: community.general.gce_lb
|
redirect: community.google.gce_lb
|
||||||
gce_mig:
|
gce_mig:
|
||||||
redirect: community.general.gce_mig
|
redirect: community.google.gce_mig
|
||||||
gce_net:
|
gce_net:
|
||||||
redirect: community.general.gce_net
|
redirect: community.google.gce_net
|
||||||
gce_pd:
|
gce_pd:
|
||||||
redirect: community.general.gce_pd
|
redirect: community.google.gce_pd
|
||||||
gce_snapshot:
|
gce_snapshot:
|
||||||
redirect: community.general.gce_snapshot
|
redirect: community.google.gce_snapshot
|
||||||
gce_tag:
|
gce_tag:
|
||||||
redirect: community.general.gce_tag
|
redirect: community.google.gce_tag
|
||||||
gcpubsub:
|
gcpubsub:
|
||||||
redirect: community.general.gcpubsub
|
redirect: community.google.gcpubsub
|
||||||
gcpubsub_info:
|
gcpubsub_info:
|
||||||
redirect: community.general.gcpubsub_info
|
redirect: community.google.gcpubsub_info
|
||||||
heroku_collaborator:
|
heroku_collaborator:
|
||||||
redirect: community.general.heroku_collaborator
|
redirect: community.general.heroku_collaborator
|
||||||
hwc_ecs_instance:
|
hwc_ecs_instance:
|
||||||
|
@ -937,17 +937,17 @@ plugin_routing:
|
||||||
hwc_vpc_subnet:
|
hwc_vpc_subnet:
|
||||||
redirect: community.general.hwc_vpc_subnet
|
redirect: community.general.hwc_vpc_subnet
|
||||||
kubevirt_cdi_upload:
|
kubevirt_cdi_upload:
|
||||||
redirect: community.general.kubevirt_cdi_upload
|
redirect: community.kubevirt.kubevirt_cdi_upload
|
||||||
kubevirt_preset:
|
kubevirt_preset:
|
||||||
redirect: community.general.kubevirt_preset
|
redirect: community.kubevirt.kubevirt_preset
|
||||||
kubevirt_pvc:
|
kubevirt_pvc:
|
||||||
redirect: community.general.kubevirt_pvc
|
redirect: community.kubevirt.kubevirt_pvc
|
||||||
kubevirt_rs:
|
kubevirt_rs:
|
||||||
redirect: community.general.kubevirt_rs
|
redirect: community.kubevirt.kubevirt_rs
|
||||||
kubevirt_template:
|
kubevirt_template:
|
||||||
redirect: community.general.kubevirt_template
|
redirect: community.kubevirt.kubevirt_template
|
||||||
kubevirt_vm:
|
kubevirt_vm:
|
||||||
redirect: community.general.kubevirt_vm
|
redirect: community.kubevirt.kubevirt_vm
|
||||||
linode:
|
linode:
|
||||||
redirect: community.general.linode
|
redirect: community.general.linode
|
||||||
linode_v4:
|
linode_v4:
|
||||||
|
@ -1403,49 +1403,49 @@ plugin_routing:
|
||||||
mysql_variables:
|
mysql_variables:
|
||||||
redirect: community.mysql.mysql_variables
|
redirect: community.mysql.mysql_variables
|
||||||
postgresql_copy:
|
postgresql_copy:
|
||||||
redirect: community.general.postgresql_copy
|
redirect: community.postgresql.postgresql_copy
|
||||||
postgresql_db:
|
postgresql_db:
|
||||||
redirect: community.general.postgresql_db
|
redirect: community.postgresql.postgresql_db
|
||||||
postgresql_ext:
|
postgresql_ext:
|
||||||
redirect: community.general.postgresql_ext
|
redirect: community.postgresql.postgresql_ext
|
||||||
postgresql_idx:
|
postgresql_idx:
|
||||||
redirect: community.general.postgresql_idx
|
redirect: community.postgresql.postgresql_idx
|
||||||
postgresql_info:
|
postgresql_info:
|
||||||
redirect: community.general.postgresql_info
|
redirect: community.postgresql.postgresql_info
|
||||||
postgresql_lang:
|
postgresql_lang:
|
||||||
redirect: community.general.postgresql_lang
|
redirect: community.postgresql.postgresql_lang
|
||||||
postgresql_membership:
|
postgresql_membership:
|
||||||
redirect: community.general.postgresql_membership
|
redirect: community.postgresql.postgresql_membership
|
||||||
postgresql_owner:
|
postgresql_owner:
|
||||||
redirect: community.general.postgresql_owner
|
redirect: community.postgresql.postgresql_owner
|
||||||
postgresql_pg_hba:
|
postgresql_pg_hba:
|
||||||
redirect: community.general.postgresql_pg_hba
|
redirect: community.postgresql.postgresql_pg_hba
|
||||||
postgresql_ping:
|
postgresql_ping:
|
||||||
redirect: community.general.postgresql_ping
|
redirect: community.postgresql.postgresql_ping
|
||||||
postgresql_privs:
|
postgresql_privs:
|
||||||
redirect: community.general.postgresql_privs
|
redirect: community.postgresql.postgresql_privs
|
||||||
postgresql_publication:
|
postgresql_publication:
|
||||||
redirect: community.general.postgresql_publication
|
redirect: community.postgresql.postgresql_publication
|
||||||
postgresql_query:
|
postgresql_query:
|
||||||
redirect: community.general.postgresql_query
|
redirect: community.postgresql.postgresql_query
|
||||||
postgresql_schema:
|
postgresql_schema:
|
||||||
redirect: community.general.postgresql_schema
|
redirect: community.postgresql.postgresql_schema
|
||||||
postgresql_sequence:
|
postgresql_sequence:
|
||||||
redirect: community.general.postgresql_sequence
|
redirect: community.postgresql.postgresql_sequence
|
||||||
postgresql_set:
|
postgresql_set:
|
||||||
redirect: community.general.postgresql_set
|
redirect: community.postgresql.postgresql_set
|
||||||
postgresql_slot:
|
postgresql_slot:
|
||||||
redirect: community.general.postgresql_slot
|
redirect: community.postgresql.postgresql_slot
|
||||||
postgresql_subscription:
|
postgresql_subscription:
|
||||||
redirect: community.general.postgresql_subscription
|
redirect: community.postgresql.postgresql_subscription
|
||||||
postgresql_table:
|
postgresql_table:
|
||||||
redirect: community.general.postgresql_table
|
redirect: community.postgresql.postgresql_table
|
||||||
postgresql_tablespace:
|
postgresql_tablespace:
|
||||||
redirect: community.general.postgresql_tablespace
|
redirect: community.postgresql.postgresql_tablespace
|
||||||
postgresql_user:
|
postgresql_user:
|
||||||
redirect: community.general.postgresql_user
|
redirect: community.postgresql.postgresql_user
|
||||||
postgresql_user_obj_stat_info:
|
postgresql_user_obj_stat_info:
|
||||||
redirect: community.general.postgresql_user_obj_stat_info
|
redirect: community.postgresql.postgresql_user_obj_stat_info
|
||||||
proxysql_backend_servers:
|
proxysql_backend_servers:
|
||||||
redirect: community.proxysql.proxysql_backend_servers
|
redirect: community.proxysql.proxysql_backend_servers
|
||||||
proxysql_global_variables:
|
proxysql_global_variables:
|
||||||
|
@ -1659,13 +1659,13 @@ plugin_routing:
|
||||||
haproxy:
|
haproxy:
|
||||||
redirect: community.general.haproxy
|
redirect: community.general.haproxy
|
||||||
hetzner_failover_ip:
|
hetzner_failover_ip:
|
||||||
redirect: community.general.hetzner_failover_ip
|
redirect: community.hrobot.failover_ip
|
||||||
hetzner_failover_ip_info:
|
hetzner_failover_ip_info:
|
||||||
redirect: community.general.hetzner_failover_ip_info
|
redirect: community.hrobot.failover_ip_info
|
||||||
hetzner_firewall:
|
hetzner_firewall:
|
||||||
redirect: community.general.hetzner_firewall
|
redirect: community.hrobot.firewall
|
||||||
hetzner_firewall_info:
|
hetzner_firewall_info:
|
||||||
redirect: community.general.hetzner_firewall_info
|
redirect: community.hrobot.firewall_info
|
||||||
infinity:
|
infinity:
|
||||||
redirect: community.general.infinity
|
redirect: community.general.infinity
|
||||||
ip_netns:
|
ip_netns:
|
||||||
|
@ -2183,61 +2183,61 @@ plugin_routing:
|
||||||
removal_date: 2019-11-06
|
removal_date: 2019-11-06
|
||||||
warning_text: bigip_gtm_facts has been removed please use bigip_device_info module.
|
warning_text: bigip_gtm_facts has been removed please use bigip_device_info module.
|
||||||
faz_device:
|
faz_device:
|
||||||
redirect: community.network.faz_device
|
redirect: community.fortios.faz_device
|
||||||
fmgr_device:
|
fmgr_device:
|
||||||
redirect: community.network.fmgr_device
|
redirect: community.fortios.fmgr_device
|
||||||
fmgr_device_config:
|
fmgr_device_config:
|
||||||
redirect: community.network.fmgr_device_config
|
redirect: community.fortios.fmgr_device_config
|
||||||
fmgr_device_group:
|
fmgr_device_group:
|
||||||
redirect: community.network.fmgr_device_group
|
redirect: community.fortios.fmgr_device_group
|
||||||
fmgr_device_provision_template:
|
fmgr_device_provision_template:
|
||||||
redirect: community.network.fmgr_device_provision_template
|
redirect: community.fortios.fmgr_device_provision_template
|
||||||
fmgr_fwobj_address:
|
fmgr_fwobj_address:
|
||||||
redirect: community.network.fmgr_fwobj_address
|
redirect: community.fortios.fmgr_fwobj_address
|
||||||
fmgr_fwobj_ippool:
|
fmgr_fwobj_ippool:
|
||||||
redirect: community.network.fmgr_fwobj_ippool
|
redirect: community.fortios.fmgr_fwobj_ippool
|
||||||
fmgr_fwobj_ippool6:
|
fmgr_fwobj_ippool6:
|
||||||
redirect: community.network.fmgr_fwobj_ippool6
|
redirect: community.fortios.fmgr_fwobj_ippool6
|
||||||
fmgr_fwobj_service:
|
fmgr_fwobj_service:
|
||||||
redirect: community.network.fmgr_fwobj_service
|
redirect: community.fortios.fmgr_fwobj_service
|
||||||
fmgr_fwobj_vip:
|
fmgr_fwobj_vip:
|
||||||
redirect: community.network.fmgr_fwobj_vip
|
redirect: community.fortios.fmgr_fwobj_vip
|
||||||
fmgr_fwpol_ipv4:
|
fmgr_fwpol_ipv4:
|
||||||
redirect: community.network.fmgr_fwpol_ipv4
|
redirect: community.fortios.fmgr_fwpol_ipv4
|
||||||
fmgr_fwpol_package:
|
fmgr_fwpol_package:
|
||||||
redirect: community.network.fmgr_fwpol_package
|
redirect: community.fortios.fmgr_fwpol_package
|
||||||
fmgr_ha:
|
fmgr_ha:
|
||||||
redirect: community.network.fmgr_ha
|
redirect: community.fortios.fmgr_ha
|
||||||
fmgr_provisioning:
|
fmgr_provisioning:
|
||||||
redirect: community.network.fmgr_provisioning
|
redirect: community.fortios.fmgr_provisioning
|
||||||
fmgr_query:
|
fmgr_query:
|
||||||
redirect: community.network.fmgr_query
|
redirect: community.fortios.fmgr_query
|
||||||
fmgr_script:
|
fmgr_script:
|
||||||
redirect: community.network.fmgr_script
|
redirect: community.fortios.fmgr_script
|
||||||
fmgr_secprof_appctrl:
|
fmgr_secprof_appctrl:
|
||||||
redirect: community.network.fmgr_secprof_appctrl
|
redirect: community.fortios.fmgr_secprof_appctrl
|
||||||
fmgr_secprof_av:
|
fmgr_secprof_av:
|
||||||
redirect: community.network.fmgr_secprof_av
|
redirect: community.fortios.fmgr_secprof_av
|
||||||
fmgr_secprof_dns:
|
fmgr_secprof_dns:
|
||||||
redirect: community.network.fmgr_secprof_dns
|
redirect: community.fortios.fmgr_secprof_dns
|
||||||
fmgr_secprof_ips:
|
fmgr_secprof_ips:
|
||||||
redirect: community.network.fmgr_secprof_ips
|
redirect: community.fortios.fmgr_secprof_ips
|
||||||
fmgr_secprof_profile_group:
|
fmgr_secprof_profile_group:
|
||||||
redirect: community.network.fmgr_secprof_profile_group
|
redirect: community.fortios.fmgr_secprof_profile_group
|
||||||
fmgr_secprof_proxy:
|
fmgr_secprof_proxy:
|
||||||
redirect: community.network.fmgr_secprof_proxy
|
redirect: community.fortios.fmgr_secprof_proxy
|
||||||
fmgr_secprof_spam:
|
fmgr_secprof_spam:
|
||||||
redirect: community.network.fmgr_secprof_spam
|
redirect: community.fortios.fmgr_secprof_spam
|
||||||
fmgr_secprof_ssl_ssh:
|
fmgr_secprof_ssl_ssh:
|
||||||
redirect: community.network.fmgr_secprof_ssl_ssh
|
redirect: community.fortios.fmgr_secprof_ssl_ssh
|
||||||
fmgr_secprof_voip:
|
fmgr_secprof_voip:
|
||||||
redirect: community.network.fmgr_secprof_voip
|
redirect: community.fortios.fmgr_secprof_voip
|
||||||
fmgr_secprof_waf:
|
fmgr_secprof_waf:
|
||||||
redirect: community.network.fmgr_secprof_waf
|
redirect: community.fortios.fmgr_secprof_waf
|
||||||
fmgr_secprof_wanopt:
|
fmgr_secprof_wanopt:
|
||||||
redirect: community.network.fmgr_secprof_wanopt
|
redirect: community.fortios.fmgr_secprof_wanopt
|
||||||
fmgr_secprof_web:
|
fmgr_secprof_web:
|
||||||
redirect: community.network.fmgr_secprof_web
|
redirect: community.fortios.fmgr_secprof_web
|
||||||
ftd_configuration:
|
ftd_configuration:
|
||||||
redirect: community.network.ftd_configuration
|
redirect: community.network.ftd_configuration
|
||||||
ftd_file_download:
|
ftd_file_download:
|
||||||
|
@ -2451,15 +2451,15 @@ plugin_routing:
|
||||||
nos_facts:
|
nos_facts:
|
||||||
redirect: community.network.nos_facts
|
redirect: community.network.nos_facts
|
||||||
nso_action:
|
nso_action:
|
||||||
redirect: community.network.nso_action
|
redirect: cisco.nso.nso_action
|
||||||
nso_config:
|
nso_config:
|
||||||
redirect: community.network.nso_config
|
redirect: cisco.nso.nso_config
|
||||||
nso_query:
|
nso_query:
|
||||||
redirect: community.network.nso_query
|
redirect: cisco.nso.nso_query
|
||||||
nso_show:
|
nso_show:
|
||||||
redirect: community.network.nso_show
|
redirect: cisco.nso.nso_show
|
||||||
nso_verify:
|
nso_verify:
|
||||||
redirect: community.network.nso_verify
|
redirect: cisco.nso.nso_verify
|
||||||
nuage_vspk:
|
nuage_vspk:
|
||||||
redirect: community.network.nuage_vspk
|
redirect: community.network.nuage_vspk
|
||||||
onyx_aaa:
|
onyx_aaa:
|
||||||
|
@ -2593,9 +2593,9 @@ plugin_routing:
|
||||||
vdirect_runnable:
|
vdirect_runnable:
|
||||||
redirect: community.network.vdirect_runnable
|
redirect: community.network.vdirect_runnable
|
||||||
routeros_command:
|
routeros_command:
|
||||||
redirect: community.network.routeros_command
|
redirect: community.routeros.command
|
||||||
routeros_facts:
|
routeros_facts:
|
||||||
redirect: community.network.routeros_facts
|
redirect: community.routeros.facts
|
||||||
slxos_command:
|
slxos_command:
|
||||||
redirect: community.network.slxos_command
|
redirect: community.network.slxos_command
|
||||||
slxos_config:
|
slxos_config:
|
||||||
|
@ -2783,11 +2783,11 @@ plugin_routing:
|
||||||
cobbler_system:
|
cobbler_system:
|
||||||
redirect: community.general.cobbler_system
|
redirect: community.general.cobbler_system
|
||||||
idrac_firmware:
|
idrac_firmware:
|
||||||
redirect: community.general.idrac_firmware
|
redirect: dellemc.openmanage.idrac_firmware
|
||||||
idrac_server_config_profile:
|
idrac_server_config_profile:
|
||||||
redirect: community.general.idrac_server_config_profile
|
redirect: dellemc.openmanage.idrac_server_config_profile
|
||||||
ome_device_info:
|
ome_device_info:
|
||||||
redirect: community.general.ome_device_info
|
redirect: dellemc.openmanage.ome_device_info
|
||||||
foreman:
|
foreman:
|
||||||
redirect: community.general.foreman
|
redirect: community.general.foreman
|
||||||
katello:
|
katello:
|
||||||
|
@ -7626,11 +7626,11 @@ plugin_routing:
|
||||||
dimensiondata:
|
dimensiondata:
|
||||||
redirect: community.general.dimensiondata
|
redirect: community.general.dimensiondata
|
||||||
docker:
|
docker:
|
||||||
redirect: community.general.docker
|
redirect: community.docker.common
|
||||||
docker.common:
|
docker.common:
|
||||||
redirect: community.general.docker.common
|
redirect: community.docker.common
|
||||||
docker.swarm:
|
docker.swarm:
|
||||||
redirect: community.general.docker.swarm
|
redirect: community.docker.swarm
|
||||||
ec2:
|
ec2:
|
||||||
redirect: amazon.aws.ec2
|
redirect: amazon.aws.ec2
|
||||||
ecs:
|
ecs:
|
||||||
|
@ -7645,11 +7645,11 @@ plugin_routing:
|
||||||
firewalld:
|
firewalld:
|
||||||
redirect: ansible.posix.firewalld
|
redirect: ansible.posix.firewalld
|
||||||
gcdns:
|
gcdns:
|
||||||
redirect: community.general.gcdns
|
redirect: community.google.gcdns
|
||||||
gce:
|
gce:
|
||||||
redirect: community.general.gce
|
redirect: community.google.gce
|
||||||
gcp:
|
gcp:
|
||||||
redirect: community.general.gcp
|
redirect: community.google.gcp
|
||||||
gcp_utils:
|
gcp_utils:
|
||||||
redirect: google.cloud.gcp_utils
|
redirect: google.cloud.gcp_utils
|
||||||
gitlab:
|
gitlab:
|
||||||
|
@ -7659,7 +7659,7 @@ plugin_routing:
|
||||||
heroku:
|
heroku:
|
||||||
redirect: community.general.heroku
|
redirect: community.general.heroku
|
||||||
hetzner:
|
hetzner:
|
||||||
redirect: community.general.hetzner
|
redirect: community.hrobot.robot
|
||||||
hwc_utils:
|
hwc_utils:
|
||||||
redirect: community.general.hwc_utils
|
redirect: community.general.hwc_utils
|
||||||
ibm_sa_utils:
|
ibm_sa_utils:
|
||||||
|
@ -7687,7 +7687,7 @@ plugin_routing:
|
||||||
known_hosts:
|
known_hosts:
|
||||||
redirect: community.general.known_hosts
|
redirect: community.general.known_hosts
|
||||||
kubevirt:
|
kubevirt:
|
||||||
redirect: community.general.kubevirt
|
redirect: community.kubevirt.kubevirt
|
||||||
ldap:
|
ldap:
|
||||||
redirect: community.general.ldap
|
redirect: community.general.ldap
|
||||||
linode:
|
linode:
|
||||||
|
@ -7964,9 +7964,9 @@ plugin_routing:
|
||||||
network.f5.urls:
|
network.f5.urls:
|
||||||
redirect: f5networks.f5_modules.urls
|
redirect: f5networks.f5_modules.urls
|
||||||
network.fortianalyzer.common:
|
network.fortianalyzer.common:
|
||||||
redirect: community.network.network.fortianalyzer.common
|
redirect: community.fortios.fortianalyzer.common
|
||||||
network.fortianalyzer.fortianalyzer:
|
network.fortianalyzer.fortianalyzer:
|
||||||
redirect: community.network.network.fortianalyzer.fortianalyzer
|
redirect: community.fortios.fortianalyzer.fortianalyzer
|
||||||
network.fortimanager.common:
|
network.fortimanager.common:
|
||||||
redirect: fortinet.fortimanager.common
|
redirect: fortinet.fortimanager.common
|
||||||
network.fortimanager.fortimanager:
|
network.fortimanager.fortimanager:
|
||||||
|
@ -8484,9 +8484,9 @@ plugin_routing:
|
||||||
network.nos.nos:
|
network.nos.nos:
|
||||||
redirect: community.network.network.nos.nos
|
redirect: community.network.network.nos.nos
|
||||||
network.nso:
|
network.nso:
|
||||||
redirect: community.network.network.nso
|
redirect: cisco.nso.nso
|
||||||
network.nso.nso:
|
network.nso.nso:
|
||||||
redirect: community.network.network.nso.nso
|
redirect: cisco.nso.nso
|
||||||
network.nxos:
|
network.nxos:
|
||||||
redirect: cisco.nxos.network.nxos
|
redirect: cisco.nxos.network.nxos
|
||||||
network.nxos.argspec:
|
network.nxos.argspec:
|
||||||
|
@ -8658,9 +8658,9 @@ plugin_routing:
|
||||||
network.restconf.restconf:
|
network.restconf.restconf:
|
||||||
redirect: ansible.netcommon.network.restconf.restconf
|
redirect: ansible.netcommon.network.restconf.restconf
|
||||||
network.routeros:
|
network.routeros:
|
||||||
redirect: community.network.network.routeros
|
redirect: community.routeros.routeros
|
||||||
network.routeros.routeros:
|
network.routeros.routeros:
|
||||||
redirect: community.network.network.routeros.routeros
|
redirect: community.routeros.routeros
|
||||||
network.skydive:
|
network.skydive:
|
||||||
redirect: community.skydive.network.skydive
|
redirect: community.skydive.network.skydive
|
||||||
network.skydive.api:
|
network.skydive.api:
|
||||||
|
@ -8782,7 +8782,7 @@ plugin_routing:
|
||||||
podman.common:
|
podman.common:
|
||||||
redirect: containers.podman.podman.common
|
redirect: containers.podman.podman.common
|
||||||
postgres:
|
postgres:
|
||||||
redirect: community.general.postgres
|
redirect: community.postgresql.postgres
|
||||||
pure:
|
pure:
|
||||||
redirect: community.general.pure
|
redirect: community.general.pure
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
|
@ -8794,11 +8794,11 @@ plugin_routing:
|
||||||
redhat:
|
redhat:
|
||||||
redirect: community.general.redhat
|
redirect: community.general.redhat
|
||||||
remote_management.dellemc:
|
remote_management.dellemc:
|
||||||
redirect: community.general.remote_management.dellemc
|
redirect: dellemc.openmanage
|
||||||
remote_management.dellemc.dellemc_idrac:
|
remote_management.dellemc.dellemc_idrac:
|
||||||
redirect: community.general.remote_management.dellemc.dellemc_idrac
|
redirect: dellemc.openmanage.dellemc_idrac
|
||||||
remote_management.dellemc.ome:
|
remote_management.dellemc.ome:
|
||||||
redirect: community.general.remote_management.dellemc.ome
|
redirect: dellemc.openmanage.ome
|
||||||
remote_management.intersight:
|
remote_management.intersight:
|
||||||
redirect: cisco.intersight.intersight
|
redirect: cisco.intersight.intersight
|
||||||
remote_management.lxca:
|
remote_management.lxca:
|
||||||
|
@ -8878,7 +8878,7 @@ plugin_routing:
|
||||||
onyx:
|
onyx:
|
||||||
redirect: mellanox.onyx.onyx
|
redirect: mellanox.onyx.onyx
|
||||||
routeros:
|
routeros:
|
||||||
redirect: community.network.routeros
|
redirect: community.routeros.routeros
|
||||||
slxos:
|
slxos:
|
||||||
redirect: community.network.slxos
|
redirect: community.network.slxos
|
||||||
voss:
|
voss:
|
||||||
|
@ -8937,7 +8937,7 @@ plugin_routing:
|
||||||
onyx:
|
onyx:
|
||||||
redirect: mellanox.onyx.onyx
|
redirect: mellanox.onyx.onyx
|
||||||
routeros:
|
routeros:
|
||||||
redirect: community.network.routeros
|
redirect: community.routeros.routeros
|
||||||
slxos:
|
slxos:
|
||||||
redirect: community.network.slxos
|
redirect: community.network.slxos
|
||||||
sros:
|
sros:
|
||||||
|
@ -9220,7 +9220,7 @@ plugin_routing:
|
||||||
dimensiondata_wait:
|
dimensiondata_wait:
|
||||||
redirect: community.general.dimensiondata_wait
|
redirect: community.general.dimensiondata_wait
|
||||||
docker:
|
docker:
|
||||||
redirect: community.general.docker
|
redirect: community.docker.docker
|
||||||
emc:
|
emc:
|
||||||
redirect: community.general.emc
|
redirect: community.general.emc
|
||||||
enos:
|
enos:
|
||||||
|
@ -9230,7 +9230,7 @@ plugin_routing:
|
||||||
gcp:
|
gcp:
|
||||||
redirect: google.cloud.gcp
|
redirect: google.cloud.gcp
|
||||||
hetzner:
|
hetzner:
|
||||||
redirect: community.general.hetzner
|
redirect: community.hrobot.robot
|
||||||
hpe3par:
|
hpe3par:
|
||||||
redirect: community.general.hpe3par
|
redirect: community.general.hpe3par
|
||||||
hwc:
|
hwc:
|
||||||
|
@ -9250,9 +9250,9 @@ plugin_routing:
|
||||||
keycloak:
|
keycloak:
|
||||||
redirect: community.general.keycloak
|
redirect: community.general.keycloak
|
||||||
kubevirt_common_options:
|
kubevirt_common_options:
|
||||||
redirect: community.general.kubevirt_common_options
|
redirect: community.kubevirt.kubevirt_common_options
|
||||||
kubevirt_vm_options:
|
kubevirt_vm_options:
|
||||||
redirect: community.general.kubevirt_vm_options
|
redirect: community.kubevirt.kubevirt_vm_options
|
||||||
ldap:
|
ldap:
|
||||||
redirect: community.general.ldap
|
redirect: community.general.ldap
|
||||||
lxca_common:
|
lxca_common:
|
||||||
|
@ -9266,7 +9266,7 @@ plugin_routing:
|
||||||
nios:
|
nios:
|
||||||
redirect: community.general.nios
|
redirect: community.general.nios
|
||||||
nso:
|
nso:
|
||||||
redirect: community.network.nso
|
redirect: cisco.nso.nso
|
||||||
oneview:
|
oneview:
|
||||||
redirect: community.general.oneview
|
redirect: community.general.oneview
|
||||||
online:
|
online:
|
||||||
|
@ -9294,7 +9294,7 @@ plugin_routing:
|
||||||
panos:
|
panos:
|
||||||
redirect: community.network.panos
|
redirect: community.network.panos
|
||||||
postgres:
|
postgres:
|
||||||
redirect: community.general.postgres
|
redirect: community.postgresql.postgres
|
||||||
proxysql:
|
proxysql:
|
||||||
redirect: community.proxysql.proxysql
|
redirect: community.proxysql.proxysql
|
||||||
purestorage:
|
purestorage:
|
||||||
|
@ -9483,7 +9483,7 @@ plugin_routing:
|
||||||
exos:
|
exos:
|
||||||
redirect: community.network.exos
|
redirect: community.network.exos
|
||||||
fortianalyzer:
|
fortianalyzer:
|
||||||
redirect: community.network.fortianalyzer
|
redirect: community.fortios.fortianalyzer
|
||||||
fortimanager:
|
fortimanager:
|
||||||
redirect: fortinet.fortimanager.fortimanager
|
redirect: fortinet.fortimanager.fortimanager
|
||||||
ftd:
|
ftd:
|
||||||
|
@ -9511,13 +9511,13 @@ plugin_routing:
|
||||||
cloudscale:
|
cloudscale:
|
||||||
redirect: cloudscale_ch.cloud.inventory
|
redirect: cloudscale_ch.cloud.inventory
|
||||||
docker_machine:
|
docker_machine:
|
||||||
redirect: community.general.docker_machine
|
redirect: community.docker.docker_machine
|
||||||
docker_swarm:
|
docker_swarm:
|
||||||
redirect: community.general.docker_swarm
|
redirect: community.docker.docker_swarm
|
||||||
gitlab_runners:
|
gitlab_runners:
|
||||||
redirect: community.general.gitlab_runners
|
redirect: community.general.gitlab_runners
|
||||||
kubevirt:
|
kubevirt:
|
||||||
redirect: community.general.kubevirt
|
redirect: community.kubevirt.kubevirt
|
||||||
linode:
|
linode:
|
||||||
redirect: community.general.linode
|
redirect: community.general.linode
|
||||||
nmap:
|
nmap:
|
||||||
|
@ -9583,9 +9583,9 @@ plugin_routing:
|
||||||
flattened:
|
flattened:
|
||||||
redirect: community.general.flattened
|
redirect: community.general.flattened
|
||||||
gcp_storage_file:
|
gcp_storage_file:
|
||||||
redirect: community.general.gcp_storage_file
|
redirect: community.google.gcp_storage_file
|
||||||
hashi_vault:
|
hashi_vault:
|
||||||
redirect: community.general.hashi_vault
|
redirect: community.hashi_vault.hashi_vault
|
||||||
hiera:
|
hiera:
|
||||||
redirect: community.general.hiera
|
redirect: community.general.hiera
|
||||||
keyring:
|
keyring:
|
||||||
|
|
Loading…
Reference in a new issue