summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update for modules which import json.json-imports-fallbackToshio Kuratomi2016-01-1122-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-serverToshio Kuratomi2016-01-111-0/+8
|
* Fix documentation buildToshio Kuratomi2016-01-111-4/+4
|
* Merge pull request #1457 from chrrrles/maven-expanduserToshio Kuratomi2016-01-111-1/+1
|\ | | | | maven_artifact - Use expanduser for dest path
| * make dest use path typeCharles Paul2016-01-051-1/+1
| | | | | | | | path type
* | Update the version_added to 2.1Toshio Kuratomi2016-01-111-1/+1
| |
* | Merge pull request #582 from Etienne-Carriere/f5_vsToshio Kuratomi2016-01-111-0/+465
|\ \ | | | | | | Creation of F5 virtual_server module
| * | Developpement of enabled/disabled stateEtienne CARRIERE2015-11-181-12/+23
| | |
| * | Apply changes according to the reviewEtienne CARRIERE2015-11-181-20/+20
| | |
| * | Take review comments in accounts (pull request :582)Etienne CARRIERE2015-10-011-14/+30
| | |
| * | Add "Default Persistence profile" supportEtienne CARRIERE2015-07-021-2/+32
| | |
| * | Rework on Exception managementEtienne CARRIERE2015-07-021-11/+14
| | |
| * | Localize exceptions for F5 LTM virtual server moduleEtienne CARRIERE2015-07-011-55/+72
| | |
| * | Documentation fixesEtienne CARRIERE2015-06-051-27/+1
| | |
| * | Factor F5 virtual_server module with the common functionsEtienne CARRIERE2015-06-041-49/+10
| | |
| * | Creation of bigip_virtual_server moduleEtienne CARRIERE2015-06-041-0/+453
| | |
* | | Merge pull request #1462 from resmo/for-ansibleToshio Kuratomi2016-01-112-9/+5
|\ \ \ | | | | | | | | [2.0] cloudstack: cs_instance: fix case insensitivity
| * | | cloudstack: fixes and improvementsRene Moser2016-01-112-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_docBrian Coca2016-01-061-7/+1
|\ \ \ | | | | | | | | Remove advertising show_diff feature
| * | | Remove advertising show_diff featureJonathan Mainguy2016-01-061-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/develBrian Coca2016-01-061-3/+1
|\ \ \ | | | | | | | | Fix puppet module formatting issue
| * | | Fix puppet module formatting issueCasey Lang2016-01-051-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/nologChrrrles Paul2016-01-051-1/+1
|\ \ \ | | |/ | |/| adding no_log to vsphere_copy password
| * | adding no_log to passwordCharles Paul2016-01-051-1/+1
|/ /
* | Merge pull request #1081 from ag-wood/firewalld-rr-fixBrian Coca2016-01-041-0/+7
|\ \ | | | | | | Fix for - Firewalld traces with ALREADY_ENABLED when using port name or re-ordered rich rule
| * | Fix for ansible-modules-extras issue #1080ag-wood2015-10-111-0/+7
| | |
* | | Merge pull request #1447 from jgeusebroek/develBrian Coca2016-01-041-1/+4
|\ \ \ | | | | | | | | Now able to create volume without replica's.
| * | | Improved fix for #1074. Both None and '' transform to fqdn.Jeroen Geusebroek2016-01-031-2/+2
| | | |
| * | | Fix for issue #1074. Now able to create volume without replica's.Jeroen Geusebroek2016-01-031-0/+3
| | | |
* | | | Merge pull request #1353 from mscherer/remove_unsafe_shell_pkgutilBrian Coca2016-01-041-8/+7
|\ \ \ \ | |/ / / |/| | | Simplify the code and remove use_unsafe_shell=True
| * | | Simplify the code and remove use_unsafe_shell=TrueMichael Scherer2015-12-101-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 supportedBrian Coca2016-01-011-2/+3
| | | | | | | | | | | | | | | | | | | | also added domain as an alias alt fixes #1437
* | | | Merge pull request #1424 from ansible/f5-remove-global-ssl-disableToshio Kuratomi2015-12-256-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-disableToshio Kuratomi2015-12-246-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_extractToshio Kuratomi2015-12-231-4/+56
|\ \ \ \ | | | | | | | | | | [stable-2.0] cloudstack: cs_template: implement state=extracted
| * | | | cloudstack: cs_template: implement state=extractedRene Moser2015-12-181-4/+56
| | | | |
* | | | | Merge pull request #1411 from resmo/fix/stable-2.0/case_insensivityToshio Kuratomi2015-12-232-13/+47
|\ \ \ \ \ | | | | | | | | | | | | [stable-2.0] cloudstack: fix name is not case insensitive
| * | | | | cloudstack: fix name is not case insensitiveRene Moser2015-12-202-13/+47
| | | | | |
* | | | | | Merge pull request #1410 from resmo/fix/stable-2.0/cs_instanceToshio Kuratomi2015-12-231-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 Moser2015-12-201-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_zoneMatt Martz2015-12-231-1/+1
| | | | | |
* | | | | | Merge pull request #1065 from sivel/gatingBrian Coca2015-12-235-10/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use ansible-testing project to validate basic module requirements
| * | | | | | Update excludes with currently failing modulesMatt Martz2015-12-221-1/+1
| | | | | | |
| * | | | | | Import module snippets in the correct locationMatt Martz2015-12-221-3/+3
| | | | | | |
| * | | | | | Fix tabbed indentation in packaging/os/pkgutil.pyMatt Martz2015-12-221-2/+2
| | | | | | |
| * | | | | | Fix tabbed indentation in network/haproxy.pyMatt Martz2015-12-221-3/+3
| | | | | | |
| * | | | | | Remove unneeded spaces at the end of ohaiMatt Martz2015-12-221-2/+0
| | | | | | |
| * | | | | | Use ansible-testing project to validate basic module requirementsMatt Martz2015-12-221-0/+4
| | | | | | |
* | | | | | | added examples to route53_zoneBrian Coca2015-12-231-0/+23
|/ / / / / / | | | | | | | | | | | | | | | | | | fixes #1061
* | | | | | Merge pull request #1336 from quoing/develBrian Coca2015-12-221-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix 'An error occurred while looking up _xmpp-client._tcp.10.100.1.10…8' when IP host is configured