community.general/lib/ansible/modules/cloud/cloudstack
dpassante 085a250575 Add new Cloudstack module cs_vpc_offering (#34797)
* Add new Cloudstack module cs_vpc_offering

* fix documentation

* fix returns list

* state=absent example minimalization
2018-01-12 21:40:35 +01:00
..
__init__.py
_cs_nic.py cs_nic: PEP8 compliancy and documentation changes (#32655) 2017-11-08 02:14:12 -05:00
cs_account.py
cs_affinitygroup.py cloudstack: fix spelling of "affinity_type" (#33231) 2017-11-28 07:46:43 +01:00
cs_cluster.py
cs_configuration.py
cs_domain.py
cs_facts.py
cs_firewall.py cs_firewall: use list type for cidr (#33020) 2017-11-17 20:17:42 +01:00
cs_host.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
cs_instance.py cs_instance: remove CloudStackException dep (#31724) 2017-10-14 00:09:57 +02:00
cs_instance_facts.py cs_instance_facts: fix pep8 (#31606) 2017-10-12 14:00:14 +10:00
cs_instance_nic.py
cs_instance_nic_secondaryip.py
cs_instancegroup.py
cs_ip_address.py
cs_iso.py
cs_loadbalancer_rule.py
cs_loadbalancer_rule_member.py
cs_network.py
cs_network_acl.py
cs_network_acl_rule.py
cs_network_offering.py cloudstack: streamline cs_network_offering (#34553) 2018-01-07 17:30:52 +01:00
cs_pod.py
cs_portforward.py cs_portforward: remove CloudStackException dep (#31610) 2017-10-12 00:25:01 +02:00
cs_project.py
cs_region.py
cs_resourcelimit.py
cs_role.py
cs_router.py
cs_securitygroup.py cs_securitygroup: remove CloudStackException dep (#31597) 2017-10-11 20:58:08 +02:00
cs_securitygroup_rule.py cs_securitygroup_rule: remove CloudStackException dependency (#31603) 2017-10-11 22:23:00 +02:00
cs_service_offering.py cloudstack: rename new module to cs_service_offering (#34555) 2018-01-07 17:21:56 +01:00
cs_snapshot_policy.py cs_snapshot_policy: fix VM not found in non-default zone 2017-10-11 18:35:54 +02:00
cs_sshkeypair.py
cs_staticnat.py
cs_storage_pool.py
cs_template.py
cs_user.py
cs_vmsnapshot.py
cs_volume.py
cs_vpc.py cs_vpc: add new argument clean_up (#33278) 2017-11-26 11:28:32 +01:00
cs_vpc_offering.py Add new Cloudstack module cs_vpc_offering (#34797) 2018-01-12 21:40:35 +01:00
cs_vpn_connection.py cloudstack: new module cs_vpn_connection (#34669) 2018-01-10 11:15:34 +01:00
cs_vpn_customer_gateway.py cs_vpn_customer_gateway: fix missing return doc (#34644) 2018-01-09 16:13:24 +01:00
cs_vpn_gateway.py
cs_zone.py
cs_zone_facts.py