blob: 22f211d6131c65684fccfb3cbdb6668975ad7575 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
requires_ansible: '>=2.9.10'
action_groups:
cloudstack:
- cs_traffic_type
- cs_cluster
- cs_network_acl
- cs_affinitygroup
- cs_user
- cs_host
- cs_resourcelimit
- cs_zone_info
- cs_loadbalancer_rule
- cs_vpn_connection
- cs_iso
- cs_sshkeypair
- cs_instancegroup
- cs_securitygroup
- cs_vlan_ip_range
- cs_vpn_gateway
- cs_loadbalancer_rule_member
- cs_ip_address
- cs_pod
- cs_portforward
- cs_role_permission
- cs_vpc_offering
- cs_securitygroup_rule
- cs_vpc
- cs_instance_nic
- cs_region
- cs_firewall
- cs_role
- cs_router
- cs_template
- cs_disk_offering
- cs_vpn_customer_gateway
- cs_snapshot_policy
- cs_project
- cs_instance_password_reset
- cs_staticnat
- cs_storage_pool
- cs_zone
- cs_configuration
- cs_service_offering
- cs_vmsnapshot
- cs_network_offering
- cs_physical_network
- cs_instance_nic_secondaryip
- cs_network_acl_rule
- cs_image_store
- cs_domain
- cs_network
- cs_instance_info
- cs_account
- cs_instance
- cs_volume
plugin_routing:
modules:
cs_instance_facts:
deprecation:
removal_date: 2021-12-12
warning_text: module was renamed to ngine_io.cloudstack.cs_instance_info
redirect: ngine_io.cloudstack.cs_instance_info
cs_zone_facts:
deprecation:
removal_date: 2021-12-12
warning_text: module was renamed to ngine_io.cloudstack.cs_zone_info
redirect: ngine_io.cloudstack.cs_zone_info
|