summaryrefslogtreecommitdiff
path: root/cloud/cloudstack/cs_staticnat.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
|
* cloudstack: cs_staticnat: implement VPC support (#3409)René Moser2016-12-051-0/+7
|
* cloudstack: move duplicate common code to utilsRene Moser2016-06-091-29/+0
|
* cloudstack: cs_staticnat: fix static nat was always changed (disabled/enabled)Rene Moser2016-06-091-1/+1
| | | Fixes firewall rules get lost after use of cs_staticnat.
* cloudstack: use has_changed() from utilsRene Moser2016-06-091-1/+1
|
* cloudstack: use poll_job() from utilsRene Moser2016-06-091-2/+2
|
* cloudstack: remove duplicate import cs handling, already in utils.Rene Moser2016-06-091-10/+0
|
* cloudstack: cs_staticnat: add vpc support (#2285)René Moser2016-05-271-3/+10
| | | | | | * cloudstack: cs_staticnat: add network arg, used for VPC support * cloudstack: cs_staticnat: removed unused code
* cloudstack: fixes and improvementsRene Moser2015-12-161-2/+2
| | | | | | cloudstack: fix python3 support and use type='bool' cloudstack: cs_instance: update vm on state=restored
* cloudstack: implement common argument spec handlingRene Moser2015-09-221-20/+15
|
* cloudstack: add api_region argRene Moser2015-08-311-0/+1
| | | | | * docs in module_docs_fragments/cloudstack.py * implemented in module_utils/cloudstack.py -> https://github.com/ansible/ansible/pull/12083
* cloudstack: cs_staticnat: fix wrong class name usedRene Moser2015-08-231-1/+1
|
* cloudstack: use new get_result() handlingRene Moser2015-08-171-21/+12
|
* cloudstack: new module cs_staticnatRene Moser2015-07-201-0/+316