Commit Graph

21 Commits (0298f47df9d8605a108b15abee498f5a3256ce12)

Author SHA1 Message Date
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 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__':`
9 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 9 years ago
Rene Moser 53130de662 cloudstack: add choices for api_http_method 9 years ago
Rene Moser eb66f683f5 cloudstack: add new param api_timeout 9 years ago
Rene Moser 93a1542cc1 cloudstack: improve required params 9 years ago
Rene Moser 2da7792ff6 cloudstack: cs_firewall: add egress support
Added functionality to set rules for egress using this module at these are very similar. The only real difference is that egress firewall API uses the networkid. That is why the new arguments `type` for choosing `egress` or `ingress` and `network` was added.

For `type=ingress`, which is the default, `ip_address` is required and for `type=egress` the argument `network` is required.
9 years ago
Rene Moser 0f884ead40 cloudstack: add catch all exceptions and show a user friendly message
Also see GH-493.
9 years ago
Rene Moser 7705d1bb50 cloudstack: remove self.result, is defined in super class from utils 9 years ago
Rene Moser 9f41d78346 cloudstack: avoid logging of secrets 9 years ago
Brian Coca bceeba224f fix doc parsing by correctly quoting author 9 years ago
Greg DeKoenigsberg 5a064c5b9a Adding author's github id 9 years ago
Rene Moser 24b2b29aba cloudstack: cs_firewall: add results 10 years ago
Rene Moser 5bc3ae040d cloudstack: cs_firewall: add account and domain 10 years ago
Rene Moser 8476fe1d72 cloudstack: add alias `port` in cs_firewall 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 39d30168a5 cloudstack: rename modules to more meaningful name schema 10 years ago