summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10201 from ansible/revert-10161-winrm-kerberizedrelease1.8.2Brian Coca2015-02-101-15/+4
|\
| * Revert "Adds Kerberos authentication to winrm if available"Brian Coca2015-02-101-15/+4
|/
* Merge pull request #10161 from kstrauser/winrm-kerberizedBrian Coca2015-02-101-4/+15
|\
| * Adds Kerberos authentication to winrm if availableKirk Strauser2015-02-031-4/+15
|/
* Version bump for release 1.8.2v1.8.2James Cammarata2014-12-048-7/+23
* Make test for skipping agree with the way current output formats a skipToshio Kuratomi2014-12-041-2/+3
* fixed integration test as with_items always returns a list, even ifBrian Coca2014-12-041-1/+1
* Merge pull request #9715 from bcoca/listify_revert_errorhandlingBrian Coca2014-12-044-19/+9
* changed plugin load priority to be path based, not suffix based.Brian Coca2014-12-041-5/+8
* Fix checksum code to work with delegate_to/local_actionToshio Kuratomi2014-12-041-1/+4
* Have remote_expanduser honor sudo and su users.Toshio Kuratomi2014-12-045-1/+57
* Use more variable sources when templating the play dsJames Cammarata2014-12-041-2/+8
* Revise patch from earlier using even more variable sources for HostVarsJames Cammarata2014-12-041-1/+15
* Fix PowerShell plugin issues affecting fetch module when used against Windows...Chris Church2014-12-044-8/+21
* Use additional vars when templating included file namesJames Cammarata2014-12-041-1/+7
* Use extra vars when creating HostVarsJames Cammarata2014-12-041-1/+1
* Need to include extras in setup to accomodate future windows extras modulesMichael DeHaan2014-12-041-1/+1
* Make sure Windows modules are installed.Chris Church2014-12-041-1/+1
* Keep git history out of submodules when building src distributionrelease1.8.1Michael DeHaan2014-11-271-0/+2
* Version bump for release 1.8.1v1.8.1James Cammarata2014-11-268-8/+25
* fine tuned lookup/templating errorsBrian Coca2014-11-263-6/+10
* Integration tests for #9242 and #9640Toshio Kuratomi2014-11-263-1/+12
* Don't template play vars by themselves, it's too earlyHagai Kariti2014-11-261-7/+0
* Version bump for 1.8.0v1.8.0release1.8.0James Cammarata2014-11-253-4/+8
* Locking submodule SHAs for 1.8.0James Cammarata2014-11-252-11/+5
* Merge pull request #9626 from bcoca/minor_template_fixesBrian Coca2014-11-255-27/+28
|\
| * now only flattened ignores failonundefined cause of it's special needBrian Coca2014-11-252-3/+3
| * fixes issues with listyfing failing too oftenBrian Coca2014-11-251-1/+1
| * minor fixes to template functionBrian Coca2014-11-254-25/+26
* | Update CHANGELOG.mdMichael DeHaan2014-11-251-0/+5
* | Merge pull request #9629 from ansible/expand-variablesToshio Kuratomi2014-11-251-6/+9
|\ \
| * | Expand playbook_dir in time for loading tasksJames Cammarata2014-11-251-6/+9
|/ /
* | Special case the lone asterisk fragment in mysqlToshio Kuratomi2014-11-251-1/+9
|/
* Exception message changesToshio Kuratomi2014-11-251-3/+3
* Fix some problems with the generic quote charToshio Kuratomi2014-11-251-5/+5
* Update the modules to pull in mysql identifier escapingToshio Kuratomi2014-11-252-13/+10
* Fix a few mysql related typosToshio Kuratomi2014-11-251-2/+2
* Normalize the identifier quoting so we can reuse the functions for mysqlToshio Kuratomi2014-11-251-16/+23
* Update postgresql modules so that we get all the quoting of identifierToshio Kuratomi2014-11-241-8/+5
* Remove debugging codeToshio Kuratomi2014-11-241-1/+0
* Code for modules to perform more robust quoting of database identifiersToshio Kuratomi2014-11-243-5/+225
* Merge pull request #9481 from cipress/patch-1Chris Church2014-11-231-2/+13
|\
| * Found issue on different System architecture.cipress2014-11-041-2/+13
* | Merge pull request #9537 from cchurch/update_remoting_configChris Church2014-11-231-110/+133
|\ \
| * | Update firewall rules, error handling, other comment/whitespace cleanup.Chris Church2014-11-111-110/+133
* | | Clean up the format of pull #9590Toshio Kuratomi2014-11-211-6/+12
* | | test_git: add tests for version=<sha1> caseRohan McGovern2014-11-211-0/+46
* | | Merge pull request #9587 from bcoca/spelling_fixBrian Coca2014-11-201-4/+4
|\ \ \
| * | | zpelling fixBrian Coca2014-11-201-4/+4
* | | | Merge pull request #9573 from bcoca/jsonfile_cacheBrian Coca2014-11-201-0/+137
|\ \ \ \