community.general/lib/ansible/modules/cloud/cloudstack
René Moser 5dd3aa26ea
cs_instance: implement host migration support (#40309)
* cs_instance: implement host migration support

* fix build

* fail fast on update if user is not admin

* improve tests a bit

* expunge it

* fix typo

* disable temporarly verify for host on starting instance.
2018-05-25 11:20:04 +02:00
..
__init__.py
_cs_nic.py
cs_account.py cloudstack: added fetch_list=True where appropriate (#40233) 2018-05-17 12:16:43 +02:00
cs_affinitygroup.py
cs_cluster.py
cs_configuration.py cloudstack: added fetch_list=True where appropriate (#40233) 2018-05-17 12:16:43 +02:00
cs_domain.py cloudstack: added fetch_list=True where appropriate (#40233) 2018-05-17 12:16:43 +02:00
cs_facts.py
cs_firewall.py cloudstack: added fetch_list=True where appropriate (#40233) 2018-05-17 12:16:43 +02:00
cs_host.py cloudstack: added fetch_list=True where appropriate (#40233) 2018-05-17 12:16:43 +02:00
cs_instance.py cs_instance: implement host migration support (#40309) 2018-05-25 11:20:04 +02:00
cs_instance_facts.py cs_instance_facts: add host return (#40307) 2018-05-17 12:17:49 +02:00
cs_instance_nic.py
cs_instance_nic_secondaryip.py
cs_instancegroup.py cloudstack: added fetch_list=True where appropriate (#40233) 2018-05-17 12:16:43 +02:00
cs_ip_address.py
cs_iso.py
cs_loadbalancer_rule.py
cs_loadbalancer_rule_member.py
cs_network.py cloudstack: added fetch_list=True where appropriate (#40233) 2018-05-17 12:16:43 +02:00
cs_network_acl.py
cs_network_acl_rule.py
cs_network_offering.py
cs_pod.py
cs_portforward.py
cs_project.py cloudstack: added fetch_list=True where appropriate (#40233) 2018-05-17 12:16:43 +02:00
cs_region.py
cs_resourcelimit.py
cs_role.py
cs_role_permission.py
cs_router.py cloudstack: added fetch_list=True where appropriate (#40233) 2018-05-17 12:16:43 +02:00
cs_securitygroup.py
cs_securitygroup_rule.py
cs_service_offering.py
cs_snapshot_policy.py
cs_sshkeypair.py
cs_staticnat.py
cs_storage_pool.py
cs_template.py cloudstack: added fetch_list=True where appropriate (#40233) 2018-05-17 12:16:43 +02:00
cs_user.py cloudstack: added fetch_list=True where appropriate (#40233) 2018-05-17 12:16:43 +02:00
cs_vmsnapshot.py
cs_volume.py cloudstack: added fetch_list=True where appropriate (#40233) 2018-05-17 12:16:43 +02:00
cs_vpc.py cs_vpc: fix state=present to start vpc (#40587) 2018-05-23 08:53:58 +02:00
cs_vpc_offering.py
cs_vpn_connection.py cloudstack: vpn: compatiblity fix for 4.5 API (#40700) 2018-05-25 10:24:39 +02:00
cs_vpn_customer_gateway.py cloudstack: vpn: compatiblity fix for 4.5 API (#40700) 2018-05-25 10:24:39 +02:00
cs_vpn_gateway.py
cs_zone.py
cs_zone_facts.py