| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refreshed metadata for extras modules | Toshio Kuratomi | 2016-12-06 | 1 | -0/+4 |
| | | |||||
| * | cloudstack: use poll_job() from utils | Rene Moser | 2016-06-09 | 1 | -2/+2 |
| | | |||||
| * | cloudstack: remove duplicate import cs handling, already in utils. | Rene Moser | 2016-06-09 | 1 | -9/+0 |
| | | |||||
| * | cloudstack: fixes and improvements | Rene Moser | 2016-01-11 | 1 | -2/+4 |
| | | | | | | | cs_instance: fix case insensitivity cs_instance: remove duplicate code block cs_securitygroup_rule: fix KeyError on older ACS | ||||
| * | cloudstack: fixes and improvements | Rene Moser | 2015-12-16 | 1 | -2/+2 |
| | | | | | | | cloudstack: fix python3 support and use type='bool' cloudstack: cs_instance: update vm on state=restored | ||||
| * | cloudstack: implement common argument spec handling | Rene Moser | 2015-09-22 | 1 | -24/+22 |
| | | |||||
| * | cloudstack: add api_region arg | Rene Moser | 2015-08-31 | 1 | -0/+1 |
| | | | | | | * docs in module_docs_fragments/cloudstack.py * implemented in module_utils/cloudstack.py -> https://github.com/ansible/ansible/pull/12083 | ||||
| * | cloudstack: cs_security_group_rule: fix typo | Rene Moser | 2015-08-19 | 1 | -1/+1 |
| | | |||||
| * | cloudstack: use new get_result() handling | Rene Moser | 2015-08-17 | 1 | -19/+17 |
| | | |||||
| * | cloudstack: use get_or_fallback() from cloudstack utils | Rene Moser | 2015-07-19 | 1 | -8/+2 |
| | | |||||
| * | cloudstack: update code to match best practice | Rene Moser | 2015-06-28 | 1 | -4/+2 |
| | | | | | * Remove catchall exception * use `if __name__ == '__main__':` | ||||
| * | Changes to author formatting, remove emails | Greg DeKoenigsberg | 2015-06-16 | 1 | -1/+1 |
| | | |||||
| * | cloudstack: add choices for api_http_method | Rene Moser | 2015-06-16 | 1 | -5/+1 |
| | | |||||
| * | cloudstack: add new param api_timeout | Rene Moser | 2015-06-16 | 1 | -0/+1 |
| | | |||||
| * | cloudstack: improve required params | Rene Moser | 2015-06-16 | 1 | -0/+4 |
| | | |||||
| * | cloudstack: add catch all exceptions and show a user friendly message | Rene Moser | 2015-05-16 | 1 | -0/+3 |
| | | | | | Also see GH-493. | ||||
| * | cloudstack: replace old _id() with new generic style from utils | Rene Moser | 2015-05-16 | 1 | -2/+2 |
| | | |||||
| * | cloudstack: remove self.result, is defined in super class from utils | Rene Moser | 2015-05-16 | 1 | -3/+0 |
| | | |||||
| * | cloudstack: avoid logging of secrets | Rene Moser | 2015-05-16 | 1 | -1/+1 |
| | | |||||
| * | fix doc parsing by correctly quoting author | Brian Coca | 2015-05-14 | 1 | -1/+1 |
| | | |||||
| * | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+1 |
| | | |||||
| * | cloudstack: cs_securitygroup_rule: minor cleanup, DRY | Rene Moser | 2015-05-12 | 1 | -8/+8 |
| | | |||||
| * | cloudstack: cs_securitygroup_rule: fix result was not always what expected | Rene Moser | 2015-05-12 | 1 | -24/+23 |
| | | |||||
| * | cloudstack: cs_securitygroup_rule: type -> sg_type | Rene Moser | 2015-05-12 | 1 | -6/+6 |
| | | |||||
| * | cloudstack: fix missing doc fragment in cs_securitygroup_rule | Rene Moser | 2015-05-05 | 1 | -0/+1 |
| | | |||||
| * | cloudstack: doc fixes | Rene Moser | 2015-05-05 | 1 | -1/+2 |
| | | |||||
| * | doc formatting | Toshio Kuratomi | 2015-04-28 | 1 | -5/+5 |
| | | |||||
| * | cloudstack: add new module cs_securitygroup_rule | Rene Moser | 2015-04-12 | 1 | -0/+437 |
| This module depends on ansible.module_utils.cloudstack. | |||||
