summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix more synchronize bugssynchronize-become-is-reversedToshio Kuratomi2016-01-251-13/+5
* Fix problem with unicode arguments (first seen as a bug on synchronize)Toshio Kuratomi2016-01-251-1/+3
* Fix some cases with delegate_to and sudoToshio Kuratomi2016-01-251-5/+36
* SimplifyToshio Kuratomi2016-01-251-17/+12
* For synchronize, fix sudo to execute on the remote end of the connectionToshio Kuratomi2016-01-251-3/+19
* adhoc now respects limit when listing hostsBrian Coca2016-01-251-8/+4
* ensure stdout callback alwasy is loaded firstBrian Coca2016-01-251-2/+4
* better error when host inventory script isnt dictBrian Coca2016-01-251-1/+4
* add webdocs as aliasBrian Coca2016-01-251-0/+2
* Merge pull request #14087 from grahamu/changelog_ssh_deprecatedBrian Coca2016-01-251-0/+1
|\
| * Update CHANGELOG.mdGraham Ullrich2016-01-231-0/+1
* | Merge pull request #14102 from senk/fix_docuBrian Coca2016-01-251-1/+1
|\ \
| * | Fixes documentation formattingRobin Naundorf2016-01-251-1/+1
* | | Merge pull request #14110 from infracaninophile/develBrian Coca2016-01-251-1/+1
|\ \ \
| * | | Change example to use pkg rather than the obsolete pkg_addMatthew Seaman2016-01-251-1/+1
|/ / /
* | | Make sure blocks use their parents dependency chainsJames Cammarata2016-01-251-1/+6
|/ /
* | Allow certain base attributes to be used as role paramsJames Cammarata2016-01-241-1/+6
|/
* Merge pull request #14071 from rozha/develJames Cammarata2016-01-231-2/+2
|\
| * Fix server numbers in first 10 next 10 exampleIlya Novickov2016-01-221-2/+2
* | Use templated handler name during callbackJames Cammarata2016-01-231-0/+3
* | Fixing role dependency chain creationJames Cammarata2016-01-223-9/+22
* | Merge pull request #14054 from gregdek/develMatt Martz2016-01-221-0/+1
|\ \ | |/ |/|
| * Tweaking Python 2.4 requirementGreg DeKoenigsberg2016-01-211-1/+1
| * Put Python 2.4 in checklistGreg DeKoenigsberg2016-01-211-0/+1
| * Merge pull request #1 from ansible/develGreg DeKoenigsberg2016-01-2117-90/+144
| |\
* | | Fix bug with any_errors_fatal where task was not availableJames Cammarata2016-01-211-1/+7
* | | Disallow setting state on template tasksJames Cammarata2016-01-211-1/+6
* | | Update submodule refsToshio Kuratomi2016-01-212-15/+13
| |/ |/|
* | Merge pull request #13993 from towolf/avoid_json_to_unicodeToshio Kuratomi2016-01-211-4/+8
|\ \
| * | Avoid recursively checking JSON inventory for UnicodeTobias Wolf2016-01-211-4/+8
* | | avoid shredding empty files, also x/0Brian Coca2016-01-211-15/+17
* | | Template the run_once value in the linear strategy as we use it thereJames Cammarata2016-01-201-3/+3
* | | Re-add cache clearing call to Inventory initJames Cammarata2016-01-201-0/+4
* | | corrected host/group match in inventory_hostnamesBrian Coca2016-01-201-4/+9
* | | Merge pull request #14031 from selivan/develJames Cammarata2016-01-201-1/+1
|\ \ \
| * | | plugins/strategy: added significant details to parser error message.Selivanov Pavel2016-01-201-1/+1
* | | | Merge pull request #14030 from matburt/add_rax_inventory_custom_cache_timeoutMatt Martz2016-01-202-1/+13
|\ \ \ \
| * | | | Add rax cache age ini documentationMatthew Jones2016-01-201-0/+9
| * | | | Add a config option for rackspace inventory cacheMatthew Jones2016-01-201-1/+4
| | |/ / | |/| |
* | | | Standardize removal of BECOME-SUCCESS method and use it for async tooJames Cammarata2016-01-203-4/+14
* | | | Update submodules to bring in yum fixToshio Kuratomi2016-01-202-15/+14
* | | | Merge pull request #14025 from ansible/run_command-env-reworkToshio Kuratomi2016-01-202-31/+41
|\ \ \ \ | |_|/ / |/| | |
| * | | rework run_command's env setting to not change os.environ for the rest of the...Toshio Kuratomi2016-01-202-31/+41
| |/ /
* | | Only use os.path.basename if get_file_content returned a value, and ensure th...Matt Martz2016-01-201-2/+4
* | | Merge pull request #14021 from gregdek/develJames Cammarata2016-01-201-11/+18
|\ \ \ | | |/ | |/|
| * | Update developing_test_pr.rstGreg DeKoenigsberg2016-01-201-6/+5
| * | format fix for github markupGreg DeKoenigsberg2016-01-201-3/+3
| * | Adding submodule helpGreg DeKoenigsberg2016-01-201-11/+19
| |/
* | Merge pull request #14006 from bcoca/always_shell_againBrian Coca2016-01-202-5/+4
|\ \
| * | go back to defaulting wrapping commands in shellBrian Coca2016-01-192-5/+4