summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rework the shell quoting of remote checksummingchecksum-quoting2Toshio Kuratomi2015-03-0210-4/+99
* Update modules for docs fixToshio Kuratomi2015-02-272-14/+12
* Merge pull request #10311 from jpmens/lookup-module-dig1Brian Coca2015-02-271-0/+212
|\
| * New lookup-plugin: `dig' for performing DNS lookupsJan-Piet Mens2015-02-271-0/+212
* | Merge pull request #9575 from catlee/manpagesBrian Coca2015-02-274-0/+17
|\ \
| * | Add --list-hosts to man pages.Chris AtLee2015-02-274-0/+17
* | | Merge pull request #10351 from lekum/doc-update-mockBrian Coca2015-02-271-0/+1
|\ \ \ | |/ / |/| |
| * | Update doc for testing PR with mock dependencyAlejandro Guirao2015-02-271-0/+1
* | | Update core modules for docs fixToshio Kuratomi2015-02-261-7/+6
* | | Reverse the conditional so there's one less return from this functionToshio Kuratomi2015-02-261-3/+2
* | | Merge pull request #10079 from lorin/csv-lookup-docBrian Coca2015-02-261-0/+48
|\ \ \
| * | | Add docs for csvfile lookupLorin Hochstein2015-01-231-0/+48
* | | | Merge pull request #10114 from bcoca/v2_url_lookupBrian Coca2015-02-261-0/+44
|\ \ \ \
| * | | | v2: added draft url lookupBrian Coca2015-01-271-0/+44
* | | | | Merge pull request #9293 from cchurch/module_suffixesBrian Coca2015-02-262-6/+3
|\ \ \ \ \
| * | | | | Simpler fix for module suffixes than c02e8d8c8.Chris Church2014-10-082-6/+3
* | | | | | Merge pull request #10305 from bcoca/cartesianBrian Coca2015-02-263-4/+113
|\ \ \ \ \ \
| * | | | | | documented cartesian lookup in 1.9Brian Coca2015-02-201-4/+8
| * | | | | | adds cartesian product lookupBrian Coca2015-02-202-0/+105
* | | | | | | Merge pull request #9666 from follower/patch-8Brian Coca2015-02-261-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Correct typo of "actively" (Attempt #2)follower2014-11-291-1/+1
* | | | | | | | Merge pull request #9906 from NateEag/patch-1Brian Coca2015-02-261-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | "its" => "it's" in docsite/rst/intro_adhoc.rstNate Eagleson2014-12-281-1/+1
* | | | | | | | | Merge pull request #9859 from autotune/develBrian Coca2015-02-261-3/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added description for -S flag and --ask-su-passautotune2014-12-181-3/+13
* | | | | | | | | | Merge pull request #10035 from phenomenes/fix_9911Brian Coca2015-02-261-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Adds seconds to backup timestampJimena Cabrera-Notari2015-01-181-2/+2
* | | | | | | | | | | Merge pull request #9458 from sthen/openbsd_archBrian Coca2015-02-261-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | set CPU architecture correctly for OpenBSD (powerpc not macppc, etc.)Stuart Henderson2014-10-301-0/+2
* | | | | | | | | | | | Merge pull request #9129 from lotia/develBrian Coca2015-02-261-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Clean up template comment text in ansible-galaxyAli Asad Lotia2014-09-241-2/+1
* | | | | | | | | | | | | Refactor loop to only calculate the full_path onceToshio Kuratomi2015-02-261-6/+5
* | | | | | | | | | | | | Merge pull request #10346 from lekum/find_plugin_bugfixToshio Kuratomi2015-02-262-1/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Bug fix: Search only for files as candidatesAlejandro Guirao2015-02-262-1/+31
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Proper git commit of the new integration testToshio Kuratomi2015-02-262-1/+17
* | | | | | | | | | | | | filter name is realpath, not readlinkToshio Kuratomi2015-02-261-1/+1
* | | | | | | | | | | | | Fix name of a task containing a template causing tracebackToshio Kuratomi2015-02-262-4/+16
* | | | | | | | | | | | | Update module pointersToshio Kuratomi2015-02-262-10/+16
* | | | | | | | | | | | | Adapt sanitize_output to log messages instead of assuming properly formatted ...Toshio Kuratomi2015-02-261-6/+12
* | | | | | | | | | | | | pulled in add_hosts docfixBrian Coca2015-02-261-8/+5
* | | | | | | | | | | | | updated submodule refsBrian Coca2015-02-262-12/+15
|/ / / / / / / / / / / /
* | | | | | | | | | | | Port fix for #10300 to v2Toshio Kuratomi2015-02-252-6/+33
* | | | | | | | | | | | Integration test for #10300Toshio Kuratomi2015-02-251-0/+3
* | | | | | | | | | | | If remote_checksum fails because the dest is a directory, try a file within t...Toshio Kuratomi2015-02-251-15/+29
* | | | | | | | | | | | Comment explaining return codes from checksum()Toshio Kuratomi2015-02-251-0/+7
* | | | | | | | | | | | Merge pull request #10183 from bcoca/tag_controlBrian Coca2015-02-257-67/+138
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | removed unused methodBrian Coca2015-02-131-14/+0
| * | | | | | | | | | | | documented new tag behaviourBrian Coca2015-02-131-3/+25
| * | | | | | | | | | | | added testsBrian Coca2015-02-134-67/+81
| * | | | | | | | | | | | simplified if conditionsBrian Coca2015-02-131-2/+2