You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
10 years ago
..
__init__.py cloudstack: add new module cloudstack_sshkey 11 years ago
cs_account.py cloudstack: use new get_result() handling 11 years ago
cs_affinitygroup.py cloudstack: use new get_result() handling 11 years ago
cs_domain.py cloudstack: cs_domain: rename argument cleanup to clean_up for consistency 10 years ago
cs_facts.py cloudstack: sync cs_facts with best practices 11 years ago
cs_firewall.py cloudstack: use new get_result() handling 11 years ago
cs_instance.py cloudstack: cs_instance: deploy instance in desired state on state=started/stopped 10 years ago
cs_instancegroup.py cloudstack: use new get_result() handling 11 years ago
cs_ip_address.py cloudstack: use new get_result() handling 11 years ago
cs_iso.py cloudstack: rename displaytext, displayname to dislplay_... for consistency 10 years ago
cs_network.py cloudstack: cs_network: rename broadcast_domaintype to broadcast_domain_type for consistency 10 years ago
cs_portforward.py cloudstack: cs_portforward: fix returns for int casting 10 years ago
cs_project.py cloudstack: rename displaytext, displayname to dislplay_... for consistency 10 years ago
cs_securitygroup.py cloudstack: use new get_result() handling 11 years ago
cs_securitygroup_rule.py cloudstack: cs_security_group_rule: fix typo 10 years ago
cs_sshkeypair.py cloudstack: use new get_result() handling 11 years ago
cs_staticnat.py cloudstack: cs_staticnat: fix wrong class name used 10 years ago
cs_template.py cloudstack: cs_template: add new arg cross_zones 10 years ago
cs_vmsnapshot.py cloudstack: rename displaytext, displayname to dislplay_... for consistency 10 years ago