summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Mark api_key as no_log, since that's supposed to be kept secretMichael Scherer2016-04-221-1/+1
| | |/ | |/|
* | | Use type=path for arguments, and remove code doing the conversion (#1903)Michael Scherer2016-04-291-3/+2
| | |
* | | Mark api_key as no_log to avoid potential leaks (#2048)Michael Scherer2016-04-291-1/+1
| | |
* | | updated version added for pvsBrian Coca2016-04-281-1/+1
| | |
* | | Merge pull request #2109 from Osterjour/patch-1James Cammarata2016-04-281-1/+1
|\ \ \ | | | | | | | | Change success status code to 202
| * | | Change success status code to 202Markus Ostertag2016-04-261-1/+1
| | | | | | | | | | | | As I already mentioned here: https://github.com/ansible/ansible-modules-extras/commit/a1b11826625b7f48d517b088651dc5ed4d6eb9d6#diff-d04a476e5d71372918cb6e7e5b39a683R120 @jimi-c added some "hidden" additional check in his urllib commit and broke the whole module for everybody as Datadog answers with an 202 in case of success (http://docs.datadoghq.com/api/#troubleshooting).
* | | | Merge pull request #2007 from p53/develMatt Davis2016-04-281-8/+26
|\ \ \ \ | | | | | | | | | | Added pvs parameter to lvol module
| * | | | Add pvs parameter to documentationp532016-04-191-0/+5
| | | | | | | | | | | | | | | Add pvs parameter to documentation
| * | | | Removing, unwanted pullPavol Ipoth2016-04-151-793/+0
| | | | |
| * | | | Adding new ansible module lvol_cachePavol Ipoth2016-04-151-0/+793
| | | | |
| * | | | Merge branch 'devel' of https://github.com/ansible/ansible-modules-extras ↵Pavol Ipoth2016-04-1532-141/+2012
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into devel
| * \ \ \ \ Merge pull request #2 from p53/Issue#2008p532016-04-111-2/+5
| |\ \ \ \ \ | | | | | | | | | | | | | | Fixes #2008 Lvol module is not indempodent for cache lv's
| | * | | | | Fixes #2008 Lvol module is not indempodent for cache lv'sPavol Ipoth2016-04-111-2/+5
| |/ / / / /
| * | | | | Merge pull request #1 from p53/Issue#2003p532016-04-111-6/+16
| |\ \ \ \ \ | | | | | | | | | | | | | | Fixes #2003 Added pvs parameter to lvol module
| | * | | | | Added pvs parameter to lvol modulePavol Ipoth2016-04-111-6/+16
| |/ / / / /
* | | | | | Recategorize git_config and shift version to 2.1Toshio Kuratomi2016-04-281-1/+1
| | | | | |
* | | | | | Merge pull request #2106 from chouseknecht/azure_rm_deploymentChris Houseknecht2016-04-282-620/+640
|\ \ \ \ \ \ | | | | | | | | | | | | | | Rename azure_deploy to azure_rm_deployment. Refactor to use azure_com…
| * | | | | | Updated per PR commentschouseknecht2016-04-271-44/+38
| | | | | | |
| * | | | | | Rename azure_deploy to azure_rm_deployment. Refactor to use azure_common.chouseknecht2016-04-262-620/+646
| | |_|/ / / | |/| | | |
* | | | | | updated version addedBrian Coca2016-04-271-1/+1
| | | | | |
* | | | | | Add git_config module (#1945)Matthew2016-04-271-0/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add git_config module This module can be used for reading and writing git configuration at all three scopes (local, global and system). It supports --diff and --check out of the box. This module is based off of the following gist: https://gist.github.com/mgedmin/b38c74e2d25cb4f47908 I tidied it up and added support for the following: - Reading values on top of writing them - Reading and writing values at any scope The original author is credited in the documentation for the module. * Respond to review feedback - Improve documentation by adding choices for parameters, requirements for module, and add missing description for scope parameter. - Fail gracefully when git is not installed (followed example of puppet module). - Remove trailing whitespace. * Change repo parameter to type 'path' This ensures that all paths are automatically expanded appropriately. * Set locale to C before running commands to ensure consistent error messages This is important to ensure error message parsing occurs correctly. * Adjust comment
* | | | | | Add partial doc on return value of virt (#2116)Michael Scherer2016-04-271-0/+17
| | | | | |
* | | | | | Merge pull request #2112 from jhawkesworth/fix_ame_2090Matt Davis2016-04-262-4/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix for https://github.com/ansible/ansible-modules-extras/issues/2090
| * | | | | | Fix for https://github.com/ansible/ansible-modules-extras/issues/2090=2016-04-262-4/+15
| | | | | | |
* | | | | | | Merge pull request #1119 from h0nIg/devel_acl_inheritanceMatt Davis2016-04-262-0/+165
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | win_acl_inheritance
| * | | | | | | suggestion by @nitzmahone to not use Get-Attr in combination with ↵Hans-Joachim Kliemeck2016-03-222-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ConvertTo-Bool, improved documentation regarding organize
| * | | | | | | fixed version added and testsHans-Joachim Kliemeck2016-01-131-1/+5
| | | | | | | |
| * | | | | | | fixed bugs with flipped protection attributeHans-Joachim Kliemeck2015-10-221-11/+15
| | | | | | | |
| * | | | | | | introduced state to differentiate between enabled/disabled inheritance. ↵Hans-Joachim Kliemeck2015-10-212-18/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | renamed copy to reorganize, since the meaning for inheritance=enabled is different
| * | | | | | | suggestions by @marcindHans-Joachim Kliemeck2015-10-212-5/+5
| | | | | | | |
| * | | | | | | added module to disable acl inheritanceHans-Joachim Kliemeck2015-10-182-0/+114
| | | | | | | |
* | | | | | | | promoted to core, including fixesBrian Coca2016-04-261-0/+0
| | | | | | | |
* | | | | | | | Removing docker_login as it's now in coreJames Cammarata2016-04-261-261/+0
| | | | | | | |
* | | | | | | | docs: fix make docs (#2107)René Moser2016-04-261-5/+11
| |_|/ / / / / |/| | | | | |
* | | | | | | Adds the __main__ conditional check (#2098)Tim Rupp2016-04-257-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As is done in other ansible modules, this adds the __main__ check to the module so that the module code itself can be used as a library. For instance, when testing the code.
* | | | | | | Change disk type to str to allow correct usage of rootfs for LXC (#2091)Joshua Gilman2016-04-251-1/+1
| | | | | | |
* | | | | | | consul: add docs, fix typos, minor style fixRene Moser2016-04-251-7/+7
| | | | | | |
* | | | | | | add service address when register service (#1299)Sun JianKang2016-04-251-2/+18
| | | | | | |
* | | | | | | Add mongodb parameter module (#1596)Ner'zhul2016-04-251-0/+228
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add mongodb parameter module This module permit to configure mongodb live parameters to tune the running engine
* | | | | | | Fixed netif params when create lxc container (#2064)Adrià Galín Figueras2016-04-251-0/+3
| | | | | | |
* | | | | | | Switch from deprecated ANSIBLE_VERSION to ansible.__version__Toshio Kuratomi2016-04-241-5/+7
| |/ / / / / |/| | | | |
* | | | | | vmware_vm_shell: doc: add missing defaultsRene Moser2016-04-231-2/+7
| | | | | |
* | | | | | vmware_vm_shell: speed up vm_name search (#1909)Ritesh Khadgaray2016-04-231-32/+32
| | | | | |
* | | | | | system/ufw.py: Add security warning re. removing ufw application prof…Chris Lamb2016-04-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not particularly obvious that removing an application will remove it from ufw's own state, potentially leaving ports open on your box if you upload your configuration. Whilst this applies to a lot of things in Ansible, firewall rules might cross some sort of line that justifies such a warning in his instance. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
* | | | | | fix problem where you couldn't compare empty strings in win_regedit ↵=2016-04-221-2/+2
| |_|_|/ / |/| | | | | | | | | | | | | | following my previous change
* | | | | Fixes maven_artifact - verify_md5 only called for SNAPSHOTregedit_fix_string_compareEmil Bostijancic2016-04-211-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed https://github.com/ansible/ansible-modules-extras/issues/2066 * fixes https://github.com/ansible/ansible-modules-extras/issues/2066
* | | | | Fix aibrakeMichael Scherer2016-04-211-1/+1
| | | | |
* | | | | Honouring verify_ssl when using username/password for authentication …Stefan Magnus Landrø2016-04-211-1/+1
| | | | |
* | | | | Merge branch 'erjohnso-google-kubernetes' into develJames Cammarata2016-04-211-0/+392
|\ \ \ \ \
| * | | | | Fixing/cleaning up kubernetes submissionerjohnso-google-kubernetesJames Cammarata2016-04-141-179/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Removed kubectl functionality. We'll move that into a different module in the future. Also removed post/put/patch/delete options, as they are not Ansible best practice. 2) Expanded error handling in areas where tracebacks were most likely, based on bad data from users, etc. 3) Added an 'insecure' option and made the password param optional, to enable the use of the local insecure port. 4) Allowed the data (both inline and from the file) to support multiple items via a list. This is common in YAML files where mutliple docs are used to create/remove multiple resources in one shot. 5) General bug fixing.