summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* handle backslash escapinghandle-quoted-comma-dict-paramToshio Kuratomi2014-12-231-2/+8
* Handle quoting of values in dict parametersToshio Kuratomi2014-12-231-1/+20
* Use "override" instead of "loaded second" to be clear about what happensToshio Kuratomi2014-12-231-1/+1
* Another try at a git fetch fixToshio Kuratomi2014-12-221-5/+5
* Fix bug in merged git refspec codeToshio Kuratomi2014-12-221-8/+5
* Pull in new refspec param for git moduleToshio Kuratomi2014-12-221-5/+8
* Merge pull request #9860 from rohanpm/test_git_refspecToshio Kuratomi2014-12-221-0/+35
|\
| * test_git: add tests for `refspec' argumentRohan McGovern2014-12-191-0/+35
* | Merge pull request #9875 from astorije/patch-2Brian Coca2014-12-221-3/+3
|\ \
| * | Fix conditionals doc exampleJérémie Astori2014-12-211-3/+3
* | | Merge pull request #9419 from willthames/aws_frankfurtBrian Coca2014-12-221-2/+8
|\ \ \
| * | | Handle case where boto needs an upgrade to recognise a new regionWill Thames2014-11-011-2/+7
| * | | Add Frankfurt AWS regionWill Thames2014-10-251-0/+1
* | | | Merge pull request #9870 from bcoca/jsonfile_fixesBrian Coca2014-12-222-6/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | fixed json encoding issue with redisBrian Coca2014-12-191-2/+2
| * | | removed uneeded and posibly error producing json importBrian Coca2014-12-191-4/+1
|/ / /
* | | Merge pull request #9864 from mscherer/add_error_jsonfileBrian Coca2014-12-191-0/+2
|\ \ \
| * | | Add a explicit error when fact_caching_connection is not setMichael Scherer2014-12-191-0/+2
| | |/ | |/|
* | | Merge pull request #6676 from danjenkins/add-vpc-inventory-groupBrian Coca2014-12-191-3/+7
|\ \ \ | |/ / |/| |
| * | Add a new inventory group so you can see instances in a particular VPCDan Jenkins2014-12-191-3/+7
|/ /
* | Update changelog for the git clone parameterToshio Kuratomi2014-12-171-0/+2
* | git module now with clone parameter and update=no revertedToshio Kuratomi2014-12-172-7/+6
* | Fix math filtersToshio Kuratomi2014-12-161-0/+2
* | Pull in some new fixes to core modulesToshio Kuratomi2014-12-161-5/+7
* | Fix some of the new math filtersToshio Kuratomi2014-12-161-4/+4
* | Merge pull request #9832 from bcoca/math_filtersToshio Kuratomi2014-12-162-0/+100
|\ \
| * | removed redundant math functions as jinja2 provides abs() and round()Brian Coca2014-12-162-37/+2
| * | removed stray jBrian Coca2014-12-161-1/+1
| * | math filters!Brian Coca2014-12-162-0/+135
* | | Merge pull request #9830 from nathancahill/vars_prompt-no-valueToshio Kuratomi2014-12-161-1/+1
|\ \ \
| * | | fix vars_prompt no/false valuesNathan Cahill2014-12-161-1/+1
* | | | Merge pull request #9810 from mscherer/fix_7732Toshio Kuratomi2014-12-161-1/+1
|\ \ \ \
| * | | | Do not use the variable name as a key for the result of the moduleMichael Scherer2014-12-141-1/+1
* | | | | Merge pull request #9809 from mscherer/fix_9695Toshio Kuratomi2014-12-161-2/+5
|\ \ \ \ \
| * | | | | Use --version to see if less can be executedMichael Scherer2014-12-141-1/+1
| * | | | | Do not assume that stdin is a ttyMichael Scherer2014-12-141-1/+4
| |/ / / /
* | | | | Merge pull request #9807 from swimlappy/noproxyToshio Kuratomi2014-12-161-0/+24
|\ \ \ \ \
| * | | | | Allow Ansible to honor the "no_proxy" environment varaible.Jason Holland2014-12-131-0/+24
| |/ / / /
* | | | | Merge pull request #9805 from mscherer/fix_9395Toshio Kuratomi2014-12-161-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Strip the line to filter lines composed of only whitespacesMichael Scherer2014-12-131-0/+1
| |/ / /
* | | | Fix documentation syntax problemsToshio Kuratomi2014-12-165-9/+7
* | | | Update core so docs buildToshio Kuratomi2014-12-161-8/+5
* | | | Update core modulesToshio Kuratomi2014-12-162-5/+11
* | | | Comment remote_port in the example ansible.cfg so users do not override their...Toshio Kuratomi2014-12-161-1/+1
| |/ / |/| |
* | | Fix for not all platforms having optional libraries at the proper versions.Toshio Kuratomi2014-12-163-2/+29
* | | Merge pull request #9611 from jhawkesworth/win_copy_file_template_ansible_core_1Brian Coca2014-12-1626-15/+1392
|\ \ \
| * | | Revised following comments from Chris Church.Jon Hawkesworth2014-12-164-12/+12
| * | | Adding first pass at win_copy, win_file and win_template modules.root2014-12-1627-18/+1395
|/ / /
* | | Merge pull request #9227 from cchurch/win_feature_testsBrian Coca2014-12-153-0/+136
|\ \ \
| * | | Add integration tests for the win_feature module.Chris Church2014-09-303-0/+136