Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for modules which import json.json-imports-fallback | Toshio Kuratomi | 2016-01-11 | 22 | -37/+85 |
| | | | | | | | Some do not use the json module directly so don't need import json. Some needed to fallback to simplejson with no traceback if neither was installed Fixes #1298 | ||||
* | Add a returns section for bigip_virtual-server | Toshio Kuratomi | 2016-01-11 | 1 | -0/+8 |
| | |||||
* | Fix documentation build | Toshio Kuratomi | 2016-01-11 | 1 | -4/+4 |
| | |||||
* | Merge pull request #1457 from chrrrles/maven-expanduser | Toshio Kuratomi | 2016-01-11 | 1 | -1/+1 |
|\ | | | | | maven_artifact - Use expanduser for dest path | ||||
| * | make dest use path type | Charles Paul | 2016-01-05 | 1 | -1/+1 |
| | | | | | | | | path type | ||||
* | | Update the version_added to 2.1 | Toshio Kuratomi | 2016-01-11 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #582 from Etienne-Carriere/f5_vs | Toshio Kuratomi | 2016-01-11 | 1 | -0/+465 |
|\ \ | | | | | | | Creation of F5 virtual_server module | ||||
| * | | Developpement of enabled/disabled state | Etienne CARRIERE | 2015-11-18 | 1 | -12/+23 |
| | | | |||||
| * | | Apply changes according to the review | Etienne CARRIERE | 2015-11-18 | 1 | -20/+20 |
| | | | |||||
| * | | Take review comments in accounts (pull request :582) | Etienne CARRIERE | 2015-10-01 | 1 | -14/+30 |
| | | | |||||
| * | | Add "Default Persistence profile" support | Etienne CARRIERE | 2015-07-02 | 1 | -2/+32 |
| | | | |||||
| * | | Rework on Exception management | Etienne CARRIERE | 2015-07-02 | 1 | -11/+14 |
| | | | |||||
| * | | Localize exceptions for F5 LTM virtual server module | Etienne CARRIERE | 2015-07-01 | 1 | -55/+72 |
| | | | |||||
| * | | Documentation fixes | Etienne CARRIERE | 2015-06-05 | 1 | -27/+1 |
| | | | |||||
| * | | Factor F5 virtual_server module with the common functions | Etienne CARRIERE | 2015-06-04 | 1 | -49/+10 |
| | | | |||||
| * | | Creation of bigip_virtual_server module | Etienne CARRIERE | 2015-06-04 | 1 | -0/+453 |
| | | | |||||
* | | | Merge pull request #1462 from resmo/for-ansible | Toshio Kuratomi | 2016-01-11 | 2 | -9/+5 |
|\ \ \ | | | | | | | | | [2.0] cloudstack: cs_instance: fix case insensitivity | ||||
| * | | | cloudstack: fixes and improvements | Rene Moser | 2016-01-11 | 2 | -9/+5 |
|/ / / | | | | | | | | | | | | | | | | cs_instance: fix case insensitivity cs_instance: remove duplicate code block cs_securitygroup_rule: fix KeyError on older ACS | ||||
* | | | Merge pull request #1460 from Jmainguy/puppet_doc | Brian Coca | 2016-01-06 | 1 | -7/+1 |
|\ \ \ | | | | | | | | | Remove advertising show_diff feature | ||||
| * | | | Remove advertising show_diff feature | Jonathan Mainguy | 2016-01-06 | 1 | -7/+1 |
|/ / / | | | | | | | | | | --diff will be added to more modules soon, and we want puppet module to utilize this instead of show_diff | ||||
* | | | Merge pull request #1458 from caseylang/devel | Brian Coca | 2016-01-06 | 1 | -3/+1 |
|\ \ \ | | | | | | | | | Fix puppet module formatting issue | ||||
| * | | | Fix puppet module formatting issue | Casey Lang | 2016-01-05 | 1 | -3/+1 |
|/ / / | | | | | | | | | | | | | The `->` in the `show_diff` option doc seemed to be causing the docs page to break. Not sure why, since it was still valid YAML. | ||||
* | | | Merge pull request #1456 from chrrrles/nolog | Chrrrles Paul | 2016-01-05 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | adding no_log to vsphere_copy password | ||||
| * | | adding no_log to password | Charles Paul | 2016-01-05 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1081 from ag-wood/firewalld-rr-fix | Brian Coca | 2016-01-04 | 1 | -0/+7 |
|\ \ | | | | | | | Fix for - Firewalld traces with ALREADY_ENABLED when using port name or re-ordered rich rule | ||||
| * | | Fix for ansible-modules-extras issue #1080 | ag-wood | 2015-10-11 | 1 | -0/+7 |
| | | | |||||
* | | | Merge pull request #1447 from jgeusebroek/devel | Brian Coca | 2016-01-04 | 1 | -1/+4 |
|\ \ \ | | | | | | | | | Now able to create volume without replica's. | ||||
| * | | | Improved fix for #1074. Both None and '' transform to fqdn. | Jeroen Geusebroek | 2016-01-03 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fix for issue #1074. Now able to create volume without replica's. | Jeroen Geusebroek | 2016-01-03 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge pull request #1353 from mscherer/remove_unsafe_shell_pkgutil | Brian Coca | 2016-01-04 | 1 | -8/+7 |
|\ \ \ \ | |/ / / |/| | | | Simplify the code and remove use_unsafe_shell=True | ||||
| * | | | Simplify the code and remove use_unsafe_shell=True | Michael Scherer | 2015-12-10 | 1 | -8/+7 |
| | | | | | | | | | | | | | | | | | | | | While there is no security issue with this shell snippet, it is better to not rely on shell and avoid use_unsafe_shell. | ||||
* | | | | fixed domain_id to actually be supported | Brian Coca | 2016-01-01 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | also added domain as an alias alt fixes #1437 | ||||
* | | | | Merge pull request #1424 from ansible/f5-remove-global-ssl-disable | Toshio Kuratomi | 2015-12-25 | 6 | -27/+28 |
|\ \ \ \ | | | | | | | | | | | Update f5 validate_certs functionality to do the right thing on multi… | ||||
| * | | | | Update f5 validate_certs functionality to do the right thing on multiple ↵f5-remove-global-ssl-disable | Toshio Kuratomi | 2015-12-24 | 6 | -27/+28 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | python versions This requires the implementation in the module_utils code here https://github.com/ansible/ansible/pull/13667 to funciton | ||||
* | | | | Merge pull request #1395 from resmo/feature/cs_template_extract | Toshio Kuratomi | 2015-12-23 | 1 | -4/+56 |
|\ \ \ \ | | | | | | | | | | | [stable-2.0] cloudstack: cs_template: implement state=extracted | ||||
| * | | | | cloudstack: cs_template: implement state=extracted | Rene Moser | 2015-12-18 | 1 | -4/+56 |
| | | | | | |||||
* | | | | | Merge pull request #1411 from resmo/fix/stable-2.0/case_insensivity | Toshio Kuratomi | 2015-12-23 | 2 | -13/+47 |
|\ \ \ \ \ | | | | | | | | | | | | | [stable-2.0] cloudstack: fix name is not case insensitive | ||||
| * | | | | | cloudstack: fix name is not case insensitive | Rene Moser | 2015-12-20 | 2 | -13/+47 |
| | | | | | | |||||
* | | | | | | Merge pull request #1410 from resmo/fix/stable-2.0/cs_instance | Toshio Kuratomi | 2015-12-23 | 1 | -5/+18 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [stable-2.0] cloudstack: cs_instance: fix do not require name to be set to avoid c… | ||||
| * | | | | | | cloudstack: cs_instance: fix do not require name to be set to avoid clashes | Rene Moser | 2015-12-20 | 1 | -5/+18 |
| |/ / / / / | | | | | | | | | | | | | Require one of display_name or name. If both is given, name is used as identifier. | ||||
* | | | | | | Update .travis.yml to remove the validation exclusion for route53_zone | Matt Martz | 2015-12-23 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #1065 from sivel/gating | Brian Coca | 2015-12-23 | 5 | -10/+12 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use ansible-testing project to validate basic module requirements | ||||
| * | | | | | | Update excludes with currently failing modules | Matt Martz | 2015-12-22 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Import module snippets in the correct location | Matt Martz | 2015-12-22 | 1 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Fix tabbed indentation in packaging/os/pkgutil.py | Matt Martz | 2015-12-22 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Fix tabbed indentation in network/haproxy.py | Matt Martz | 2015-12-22 | 1 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Remove unneeded spaces at the end of ohai | Matt Martz | 2015-12-22 | 1 | -2/+0 |
| | | | | | | | |||||
| * | | | | | | Use ansible-testing project to validate basic module requirements | Matt Martz | 2015-12-22 | 1 | -0/+4 |
| | | | | | | | |||||
* | | | | | | | added examples to route53_zone | Brian Coca | 2015-12-23 | 1 | -0/+23 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | fixes #1061 | ||||
* | | | | | | Merge pull request #1336 from quoing/devel | Brian Coca | 2015-12-22 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix 'An error occurred while looking up _xmpp-client._tcp.10.100.1.10…8' when IP host is configured |