Michael Scherer
|
971b570b67
|
Do not leak passwords in case of error in cloudstack modules
|
2016-12-08 11:34:04 -05:00 |
Rene Moser
|
a134a71187
|
cloudstack: implement common argument spec handling
|
2016-12-08 11:33:24 -05:00 |
Rene Moser
|
cd39bdd11d
|
cloudstack: cs_account re-factor error handling state=present
|
2016-12-08 11:33:18 -05:00 |
Rene Moser
|
f84b40e542
|
cloudstack: cs_account: create account for states locked/disabled/enabled if not present
|
2016-12-08 11:33:18 -05:00 |
Rene Moser
|
497bca48d1
|
cloudstack: cs_account: add state unlocked as alias for enabled
|
2016-12-08 11:33:18 -05:00 |
Rene Moser
|
badc5298a2
|
cloudstack: cs_account: fix error handing on state=absent
|
2016-12-08 11:33:17 -05:00 |
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
|
2016-12-08 11:33:16 -05:00 |
Rene Moser
|
65dc7af166
|
cloudstack: use new get_result() handling
|
2016-12-08 11:33:11 -05:00 |
Rene Moser
|
81006ab9c3
|
cloudstack: fix typos in doc
|
2016-12-08 11:33:04 -05:00 |
Rene Moser
|
1aa4d0c2dd
|
cloudstack: update code to match best practice
* Remove catchall exception
* use `if __name__ == '__main__':`
|
2016-12-08 11:32:56 -05:00 |
Greg DeKoenigsberg
|
c65a612d1f
|
Changes to author formatting, remove emails
|
2016-12-08 11:32:51 -05:00 |
Rene Moser
|
b30fda4906
|
cloudstack: add choices for api_http_method
|
2016-12-08 11:32:44 -05:00 |
Rene Moser
|
2ca6d151b2
|
cloudstack: add new param api_timeout
|
2016-12-08 11:32:44 -05:00 |
Rene Moser
|
30feb9d387
|
cloudstack: improve required params
|
2016-12-08 11:32:44 -05:00 |
Rene Moser
|
6d1873f330
|
cloudstack: add catch all exceptions and show a user friendly message
Also see GH-493.
|
2016-12-08 11:32:40 -05:00 |
Rene Moser
|
9ff63f2338
|
cloudstack: remove self.result, is defined in super class from utils
|
2016-12-08 11:32:40 -05:00 |
Rene Moser
|
10379e19c4
|
cloudstack: avoid logging of secrets
|
2016-12-08 11:32:40 -05:00 |
Brian Coca
|
c4f52f62f7
|
fix doc parsing by correctly quoting author
|
2016-12-08 11:32:39 -05:00 |
Rene Moser
|
ef277ddf0b
|
cloudstack: add new module cs_account
|
2016-12-08 11:32:36 -05:00 |