ansible/cloud/cloudstack
Rene Moser 0c1257b0c1 cloudstack: cs_instance: deploy instance in desired state on state=started/stopped
Before this change, an instance must be present for make use of state=stopped/started. Now we are deploying an instance in the desire state if it does not exist.

In this case all args needed to deploy the instance must be passed. However the short form for stopping/starting an _existing_ instance still works as before.
2015-09-01 00:36:15 +02:00
..
__init__.py cloudstack: add new module cloudstack_sshkey 2015-03-31 13:37:23 +02:00
cs_account.py cloudstack: use new get_result() handling 2015-08-17 22:33:59 +02:00
cs_affinitygroup.py cloudstack: use new get_result() handling 2015-08-17 22:33:59 +02:00
cs_domain.py cloudstack: cs_domain: rename argument cleanup to clean_up for consistency 2015-08-25 13:31:08 +02:00
cs_facts.py cloudstack: sync cs_facts with best practices 2015-08-11 16:11:19 +02:00
cs_firewall.py cloudstack: use new get_result() handling 2015-08-17 22:33:59 +02:00
cs_instance.py cloudstack: cs_instance: deploy instance in desired state on state=started/stopped 2015-09-01 00:36:15 +02:00
cs_instancegroup.py cloudstack: use new get_result() handling 2015-08-17 22:33:59 +02:00
cs_ip_address.py cloudstack: use new get_result() handling 2015-08-17 22:33:59 +02:00
cs_iso.py cloudstack: rename displaytext, displayname to dislplay_... for consistency 2015-08-19 21:51:34 +02:00
cs_network.py cloudstack: cs_network: rename broadcast_domaintype to broadcast_domain_type for consistency 2015-08-19 21:55:56 +02:00
cs_portforward.py cloudstack: cs_portforward: fix returns for int casting 2015-08-23 00:04:51 +02:00
cs_project.py cloudstack: rename displaytext, displayname to dislplay_... for consistency 2015-08-19 21:51:34 +02:00
cs_securitygroup.py cloudstack: use new get_result() handling 2015-08-17 22:33:59 +02:00
cs_securitygroup_rule.py cloudstack: cs_security_group_rule: fix typo 2015-08-19 21:53:47 +02:00
cs_sshkeypair.py cloudstack: use new get_result() handling 2015-08-17 22:33:59 +02:00
cs_staticnat.py cloudstack: cs_staticnat: fix wrong class name used 2015-08-23 00:06:37 +02:00
cs_template.py cloudstack: cs_template: add new arg cross_zones 2015-08-31 15:53:02 +02:00
cs_vmsnapshot.py cloudstack: rename displaytext, displayname to dislplay_... for consistency 2015-08-19 21:51:34 +02:00