Commit Graph

25 Commits (204b4bab56a25f13b0eeaa33f5b247fd2ea79ca3)

Author SHA1 Message Date
Rene Moser 11fdb822a4 cloudstack: fixes and improvements
cs_instance: fix case insensitivity
cs_instance: remove duplicate code block
cs_securitygroup_rule: fix KeyError on older ACS
9 years ago
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 e8df87375d cloudstack: cs_security_group_rule: fix typo 9 years ago
Rene Moser 2e52f11dc3 cloudstack: use new get_result() handling 9 years ago
Rene Moser 8e6e9c782b cloudstack: use get_or_fallback() from cloudstack utils 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 2b7a40a46a cloudstack: replace old _id() with new generic style from utils 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 93f613d0eb Adding author's github id 10 years ago
Rene Moser 4c24c1cbfd cloudstack: cs_securitygroup_rule: minor cleanup, DRY 10 years ago
Rene Moser 5de249aaf9 cloudstack: cs_securitygroup_rule: fix result was not always what expected 10 years ago
Rene Moser 185cb8757d cloudstack: cs_securitygroup_rule: type -> sg_type 10 years ago
Rene Moser 8438ef995e cloudstack: fix missing doc fragment in cs_securitygroup_rule 10 years ago
Rene Moser 1e744a885a cloudstack: doc fixes 10 years ago
Toshio Kuratomi 764a0e26b6 doc formatting 10 years ago
Rene Moser b8056e8f6f cloudstack: add new module cs_securitygroup_rule
This module depends on ansible.module_utils.cloudstack.
10 years ago