mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
feat: remove hcloud_ prefix from all modules names (#390)
##### SUMMARY This simplifies the name of the modules from `hetzner.hcloud.hcloud_firewall` to `hetzner.hcloud.firewall`. While maintaining backward compatibility with the old names. Further changes such as updating the test or the documentation will be done in a future PR to maintain the git history when squashing the PRs. ##### ISSUE TYPE - Feature Pull Request
This commit is contained in:
parent
ff43534143
commit
933a16249b
232 changed files with 117 additions and 46 deletions
|
|
@ -1 +1,66 @@
|
|||
requires_ansible: ">=2.13.0"
|
||||
|
||||
plugin_routing:
|
||||
modules:
|
||||
hcloud_certificate_info:
|
||||
redirect: hetzner.hcloud.certificate_info
|
||||
hcloud_certificate:
|
||||
redirect: hetzner.hcloud.certificate
|
||||
hcloud_datacenter_info:
|
||||
redirect: hetzner.hcloud.datacenter_info
|
||||
hcloud_firewall:
|
||||
redirect: hetzner.hcloud.firewall
|
||||
hcloud_floating_ip_info:
|
||||
redirect: hetzner.hcloud.floating_ip_info
|
||||
hcloud_floating_ip:
|
||||
redirect: hetzner.hcloud.floating_ip
|
||||
hcloud_image_info:
|
||||
redirect: hetzner.hcloud.image_info
|
||||
hcloud_iso_info:
|
||||
redirect: hetzner.hcloud.iso_info
|
||||
hcloud_load_balancer_info:
|
||||
redirect: hetzner.hcloud.load_balancer_info
|
||||
hcloud_load_balancer_network:
|
||||
redirect: hetzner.hcloud.load_balancer_network
|
||||
hcloud_load_balancer_service:
|
||||
redirect: hetzner.hcloud.load_balancer_service
|
||||
hcloud_load_balancer_target:
|
||||
redirect: hetzner.hcloud.load_balancer_target
|
||||
hcloud_load_balancer_type_info:
|
||||
redirect: hetzner.hcloud.load_balancer_type_info
|
||||
hcloud_load_balancer:
|
||||
redirect: hetzner.hcloud.load_balancer
|
||||
hcloud_location_info:
|
||||
redirect: hetzner.hcloud.location_info
|
||||
hcloud_network_info:
|
||||
redirect: hetzner.hcloud.network_info
|
||||
hcloud_network:
|
||||
redirect: hetzner.hcloud.network
|
||||
hcloud_placement_group:
|
||||
redirect: hetzner.hcloud.placement_group
|
||||
hcloud_primary_ip_info:
|
||||
redirect: hetzner.hcloud.primary_ip_info
|
||||
hcloud_primary_ip:
|
||||
redirect: hetzner.hcloud.primary_ip
|
||||
hcloud_rdns:
|
||||
redirect: hetzner.hcloud.rdns
|
||||
hcloud_route:
|
||||
redirect: hetzner.hcloud.route
|
||||
hcloud_server_info:
|
||||
redirect: hetzner.hcloud.server_info
|
||||
hcloud_server_network:
|
||||
redirect: hetzner.hcloud.server_network
|
||||
hcloud_server_type_info:
|
||||
redirect: hetzner.hcloud.server_type_info
|
||||
hcloud_server:
|
||||
redirect: hetzner.hcloud.server
|
||||
hcloud_ssh_key_info:
|
||||
redirect: hetzner.hcloud.ssh_key_info
|
||||
hcloud_ssh_key:
|
||||
redirect: hetzner.hcloud.ssh_key
|
||||
hcloud_subnetwork:
|
||||
redirect: hetzner.hcloud.subnetwork
|
||||
hcloud_volume_info:
|
||||
redirect: hetzner.hcloud.volume_info
|
||||
hcloud_volume:
|
||||
redirect: hetzner.hcloud.volume
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue