Commit Graph

20 Commits (297312546dfde5b1856f1a4bea4b4d1259f44b51)

Author SHA1 Message Date
Rene Moser 297312546d 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 368b553fd7 cloudstack: cs_security_group_rule: fix typo 9 years ago
Rene Moser 65dc7af166 cloudstack: use new get_result() handling 9 years ago
Rene Moser 1f25377ce9 cloudstack: use get_or_fallback() from cloudstack utils 9 years ago
Rene Moser 1aa4d0c2dd cloudstack: update code to match best practice
* Remove catchall exception
* use `if __name__ == '__main__':`
9 years ago
Greg DeKoenigsberg c65a612d1f Changes to author formatting, remove emails 9 years ago
Rene Moser b30fda4906 cloudstack: add choices for api_http_method 9 years ago
Rene Moser 2ca6d151b2 cloudstack: add new param api_timeout 9 years ago
Rene Moser 30feb9d387 cloudstack: improve required params 9 years ago
Rene Moser 6d1873f330 cloudstack: add catch all exceptions and show a user friendly message
Also see GH-493.
9 years ago
Rene Moser e03827b490 cloudstack: replace old _id() with new generic style from utils 9 years ago
Rene Moser 9ff63f2338 cloudstack: remove self.result, is defined in super class from utils 9 years ago
Rene Moser 10379e19c4 cloudstack: avoid logging of secrets 9 years ago
Brian Coca c4f52f62f7 fix doc parsing by correctly quoting author 9 years ago
Rene Moser ecbed16300 cloudstack: cs_securitygroup_rule: minor cleanup, DRY 9 years ago
Rene Moser bbafb7ff45 cloudstack: cs_securitygroup_rule: fix result was not always what expected 9 years ago
Rene Moser b4fb1fda86 cloudstack: cs_securitygroup_rule: type -> sg_type 9 years ago
Rene Moser 36c74c5798 cloudstack: fix missing doc fragment in cs_securitygroup_rule 9 years ago
Toshio Kuratomi c90509dc9f doc formatting 9 years ago
Rene Moser 57f5e46e99 cloudstack: add new module cs_securitygroup_rule
This module depends on ansible.module_utils.cloudstack.
9 years ago