Commit Graph

21 Commits (deb72106d2b675adbd74b72bd530a58691f0c76e)

Author SHA1 Message Date
Rene Moser 99385de340 cloudstack: fixes and improvements
cloudstack: fix python3 support and use type='bool'

cloudstack: cs_instance: update vm on state=restored
9 years ago
Rene Moser faa575afb5 cloudstack: implement common argument spec handling 9 years ago
Rene Moser 52a3d99873 cloudstack: add api_region arg
* docs in module_docs_fragments/cloudstack.py
* implemented in module_utils/cloudstack.py -> https://github.com/ansible/ansible/pull/12083
9 years ago
Rene Moser b95abe0ddd cloudstack: rename displaytext, displayname to dislplay_... for consistency 9 years ago
Rene Moser 2e52f11dc3 cloudstack: use new get_result() handling 9 years ago
Rene Moser db33fcf89a cloudstack: update code to match best practice
* Remove catchall exception
* use `if __name__ == '__main__':`
10 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 10 years ago
Rene Moser 53130de662 cloudstack: add choices for api_http_method 10 years ago
Rene Moser eb66f683f5 cloudstack: add new param api_timeout 10 years ago
Rene Moser 93a1542cc1 cloudstack: improve required params 10 years ago
Rene Moser 0f884ead40 cloudstack: add catch all exceptions and show a user friendly message
Also see GH-493.
10 years ago
Rene Moser 7705d1bb50 cloudstack: remove self.result, is defined in super class from utils 10 years ago
Rene Moser 9f41d78346 cloudstack: avoid logging of secrets 10 years ago
Brian Coca bceeba224f fix doc parsing by correctly quoting author 10 years ago
Greg DeKoenigsberg d6781a5c89 Adding author's github id 10 years ago
Rene Moser 0edf04dca2 cloudstack: cs_vmshapshot: add account and domain 10 years ago
Rene Moser dfa9037091 cloudstack: fix missing doc fragments 10 years ago
Rene Moser 1e744a885a cloudstack: doc fixes 10 years ago
Rene Moser b0fb6b08a9 cloudstack: fix misssing doc about vm param 10 years ago
Rene Moser ef019e6163 cloudstack: fix missing zone param used in get_vm() in utils 10 years ago
Rene Moser c899e2d9a7 cloudstack: add new module cs_vmsnapshot
This module depends on ansible.module_utils.cloudstack.
10 years ago