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
cs_account.py
cs_affinitygroup.py
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
cs_firewall.py
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
cs_ip_address.py
cs_iso.py
cs_network.py
cs_portforward.py
cs_project.py
cs_securitygroup.py
cs_securitygroup_rule.py
cs_sshkeypair.py
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