Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refreshed metadata for extras modules | Toshio Kuratomi | 2016-12-06 | 34 | -0/+136 |
| | |||||
* | cloudstack: cs_ip_address: implement VPC support (#3403) | René Moser | 2016-12-05 | 1 | -44/+18 |
| | |||||
* | cloudstack: cs_staticnat: implement VPC support (#3409) | René Moser | 2016-12-05 | 1 | -0/+7 |
| | |||||
* | Native YAML - cloud/cloudstack (#3613) | Fabio Alessandro Locati | 2016-12-01 | 4 | -25/+49 |
| | |||||
* | cloudstack: new module cs_region (#3568) | René Moser | 2016-11-30 | 1 | -0/+204 |
| | |||||
* | cloudstack: cs_instance: implement vpc support (#3402) | René Moser | 2016-11-20 | 1 | -11/+25 |
| | | | | | | * cloudstack: cs_instance: implement vpc support * cloudstack: cs_instance: distinguish VPC and non VPC VMs | ||||
* | cs_snapshot_policy: extend volume determination (#3500) | René Moser | 2016-11-18 | 1 | -6/+67 |
| | |||||
* | cloudstack: cs_snapshot_policy: ignore intervaltype in has_changed (#3499) | René Moser | 2016-11-18 | 1 | -5/+6 |
| | | | Fixes ValueError: invalid literal for int() with base 10: 'daily' | ||||
* | cloudtack: cs_instance: doc fix for missing tag alias (#3484) | René Moser | 2016-11-16 | 1 | -0/+1 |
| | |||||
* | cloudstack: fix state=absent, ip_address not None but falsy (#3483) | René Moser | 2016-11-16 | 1 | -2/+2 |
| | |||||
* | cloudstack: new module cs_vpc (#3453) | René Moser | 2016-11-14 | 1 | -0/+387 |
|\ | |||||
| * | cloudstack: new module cs_vpc | Rene Moser | 2016-11-13 | 1 | -0/+387 |
| | | |||||
* | | cloudstack: add new module cs_nic (#3392) | René Moser | 2016-11-14 | 1 | -0/+293 |
|/ | |||||
* | cloudstack: cs_ip_address: fix returns on state=present (#3406) | René Moser | 2016-11-10 | 1 | -2/+1 |
| | | | In case poll_job=false the return must be None | ||||
* | cloudstack: cs_network: cleanup dublicate VPC code (#3393) | René Moser | 2016-11-09 | 1 | -19/+0 |
| | | | Code has been moved to module utils, also see https://github.com/ansible/ansible/commit/fe05c5e35a0a0a5da0b87ff86c7753eab477d7c5 | ||||
* | cloudstack: fix VPC doc | Rene Moser | 2016-11-09 | 1 | -6/+5 |
| | |||||
* | cloudstack: cs_portforward: fix rule not found if domain is not account's ↵ | René Moser | 2016-10-06 | 1 | -0/+4 |
| | | | | | | | domain. (#3093) cs_portforward will not find the rule and tries to create it resulting in an API error. Thanks to @mostkopf for reporting. | ||||
* | Use addresses and names reserved for documentation (#2894) | Robin Schneider | 2016-09-12 | 1 | -1/+1 |
| | | | | | Trying to preserve the meaning of the examples. Related to: https://github.com/ansible/ansible/issues/17479 | ||||
* | Update cs_volume module to fix typo on force attribute (#2592) | lorijoan | 2016-07-20 | 1 | -1/+1 |
| | | | fixes #2590 | ||||
* | cloudstack: cs_volume: fix volume may be NoneType in check_mode (#2455) | René Moser | 2016-06-20 | 1 | -19/+20 |
| | |||||
* | cloudstack: move duplicate common code to utils | Rene Moser | 2016-06-09 | 2 | -56/+0 |
| | |||||
* | cloudstack: cs_staticnat: fix static nat was always changed (disabled/enabled) | Rene Moser | 2016-06-09 | 1 | -1/+1 |
| | | | Fixes firewall rules get lost after use of cs_staticnat. | ||||
* | cloudstack: use has_changed() from utils | Rene Moser | 2016-06-09 | 6 | -8/+8 |
| | |||||
* | cloudstack: use poll_job() from utils | Rene Moser | 2016-06-09 | 16 | -44/+44 |
| | |||||
* | cloudstack: cs_cluster: overhaul code style | Rene Moser | 2016-06-09 | 1 | -38/+33 |
| | |||||
* | cloudstack: cs_affinitygroup: overhaul code style | Rene Moser | 2016-06-09 | 1 | -33/+29 |
| | |||||
* | cloudstack: cs_account: overhaul code style | Rene Moser | 2016-06-09 | 1 | -58/+47 |
| | |||||
* | cloudstack: remove duplicate import cs handling, already in utils. | Rene Moser | 2016-06-09 | 29 | -264/+0 |
| | |||||
* | cloudstack: cs_project: fix state=active/suspended does not create/update ↵ | Rene Moser | 2016-06-09 | 1 | -5/+2 |
| | | | | project | ||||
* | cloudstack: cs_project: add tag support | Rene Moser | 2016-06-08 | 1 | -0/+15 |
| | |||||
* | cloudstack: cs_snapshot_policy: remove unused arg specs and doc cleanup (#2361) | René Moser | 2016-06-02 | 1 | -6/+4 |
| | |||||
* | cloudstack: cs_ip_address: add vpc support (#2283) | René Moser | 2016-05-27 | 1 | -4/+14 |
| | | | | | | * cloudstack: cs_ip_address: add vpc support * cloudstack: cs_ip_address: remove unused/unreachable code | ||||
* | cloudstack: cs_staticnat: add vpc support (#2285) | René Moser | 2016-05-27 | 1 | -3/+10 |
| | | | | | | * cloudstack: cs_staticnat: add network arg, used for VPC support * cloudstack: cs_staticnat: removed unused code | ||||
* | cloudstack: cs_firewall: get_network moved to utils, cleanup (#2293) | René Moser | 2016-05-27 | 1 | -26/+0 |
| | |||||
* | cloudstack: cs_template: fix typos (#2294) | René Moser | 2016-05-27 | 1 | -2/+2 |
| | |||||
* | cloudstack: new module cs_snapshot_policy (#2303) | René Moser | 2016-05-27 | 1 | -0/+323 |
| | |||||
* | Merge pull request #2185 from resmo/feature/cs_router | Adrian Likins | 2016-05-16 | 1 | -0/+383 |
|\ | | | | | cloudstack: new module cs_router | ||||
| * | cloudstack: new module cs_router | Rene Moser | 2016-05-08 | 1 | -0/+383 |
| | | |||||
* | | cs_loadbalancer_rule_member: doc fixes (#2184) | René Moser | 2016-05-09 | 1 | -9/+9 |
|/ | |||||
* | cs_template: fix missing docs (#2165) | René Moser | 2016-05-05 | 1 | -0/+17 |
| | |||||
* | cloudstack, cs_firewall: fix network not found error in return results (#2006) | René Moser | 2016-04-12 | 1 | -5/+8 |
| | | | | | | | | | Only a small issue in results. In case of type is ingress, we rely on ip address, but in results we also return the network. Resolving the ip address works without zone params. If the ip address is not located in the default zone and zone param is not set, the network won't be found because default zone was used for the network query listing. However since network param is not used for type ingress we skip the return of the network in results. | ||||
* | cloudstack: cs_instance: fix template not found (#2005) | René Moser | 2016-04-12 | 1 | -2/+12 |
| | | | Let users decide which filter should be used to find the template. | ||||
* | Merge pull request #1923 from resmo/fix/cs-template-absent-cross-zones | René Moser | 2016-04-12 | 1 | -13/+15 |
|\ | | | | | cloudstack: cs_template: bug fixes | ||||
| * | cloudstack: cs_template: fix state=extracted | Rene Moser | 2016-04-11 | 1 | -9/+7 |
| | | | | | | | | * url arg is optional but we enforced it * url is in a required together, but args only relevant while registering | ||||
| * | cloudstack: fix doc, display_text not required | Rene Moser | 2016-04-11 | 1 | -1/+1 |
| | | |||||
| * | cloudstack: cs_template: fix cross_zones template removal | Rene Moser | 2016-04-11 | 1 | -3/+7 |
| | | |||||
* | | Do not leak passwords in case of error in cloudstack modules | Michael Scherer | 2016-04-03 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #1614 from resmo/feature/cs_zone_facts | René Moser | 2016-03-15 | 1 | -0/+209 |
|\ | | | | | [2.1] cloudstack: new module cs_zone_facts | ||||
| * | cloudstack: new module cs_zone_facts | Rene Moser | 2016-02-26 | 1 | -0/+209 |
| | | |||||
* | | Merge pull request #1591 from resmo/feature/cs_zone | Brian Coca | 2016-03-03 | 1 | -0/+411 |
|\ \ | | | | | | | [2.1] cloudstack: new module cs_zone |