summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13146 from nitzmahone/gce_error_messagingJames Cammarata2015-11-131-2/+2
|\
| * fix gce module error reportingnitzmahone2015-11-131-2/+2
* | Merge pull request #12881 from Scypho/develToshio Kuratomi2015-11-131-1/+2
|\ \
| * | allowing json in lookup template callsJens Peter Schroer2015-10-231-1/+2
* | | Reduce spinning while waiting on queuesJames Cammarata2015-11-123-6/+3
* | | substitute tilde and env vars before storing C.CACHE_PLUGIN_CONNECTION as ins...Daniel Menet2015-11-121-1/+1
| |/ |/|
* | Fix documentation build problemsToshio Kuratomi2015-11-111-0/+0
* | Update submodule ref for another new moduleToshio Kuratomi2015-11-111-0/+0
* | A bunch of shipit's mergedToshio Kuratomi2015-11-111-0/+0
* | Fix traceback because we're using display from another object that noToshio Kuratomi2015-11-111-12/+19
* | Changed do/until failed colorJames Cammarata2015-11-111-1/+1
* | Cleanup failed/changed logic in TaskExecutorJames Cammarata2015-11-111-35/+29
* | Finish up plugin porting to global displayToshio Kuratomi2015-11-1139-92/+68
* | Port cache plugins to global displayToshio Kuratomi2015-11-112-11/+20
* | Port lookup plugins to global display.Toshio Kuratomi2015-11-114-6/+31
* | Port action plugins to global displayToshio Kuratomi2015-11-114-42/+68
* | Move the rest of executor code to global displayToshio Kuratomi2015-11-111-29/+32
* | Move the rest of the playbook code to use global displayToshio Kuratomi2015-11-113-50/+49
* | Move connection plugins to using global displayToshio Kuratomi2015-11-1111-131/+192
* | Migrate cli and dependencies to use global displayToshio Kuratomi2015-11-1110-128/+166
* | updated submodule refsBrian Coca2015-11-122-0/+0
* | pass task args without filtering, copy module needs to explcitly supportBrian Coca2015-11-121-3/+1
* | Remove dead codeToshio Kuratomi2015-11-111-4/+0
* | Fix for traceback when neither name nor pkg are in the module paramsToshio Kuratomi2015-11-111-10/+13
* | Remove dead code as this was moved to another classToshio Kuratomi2015-11-101-7/+0
* | addes deprecated information to ansible-doc displayBrian Coca2015-11-111-1/+3
* | Merge pull request #13112 from privateip/eapiBrian Coca2015-11-101-0/+155
|\ \
| * | add initial support for Arista eAPIPeter Sprygada2015-11-101-0/+155
* | | Remove internal use of display and use the top-level importJames Cammarata2015-11-101-9/+2
* | | Catch import warnings in a common location for both get() and all()James Cammarata2015-11-101-5/+5
* | | Merge pull request #13114 from mgedmin/fix-plugin-loaderJames Cammarata2015-11-101-0/+3
|\ \ \
| * | | Check sys.modules before loading modulesMarius Gedminas2015-11-101-0/+3
* | | | Save delegated vars in result for use in callback methodsJames Cammarata2015-11-102-11/+37
| |/ / |/| |
* | | Make sure pattern cache components are converted to unicodeJames Cammarata2015-11-101-2/+3
* | | Properly figure subset and restrictions into host cache patternJames Cammarata2015-11-101-1/+6
|/ /
* | Merge pull request #13102 from Yannig/devel_cache_enhancementJames Cammarata2015-11-102-8/+9
|\ \
| * | New parameter for template method.Yannig Perré2015-11-102-8/+9
* | | Correct logic around determining environment variable existenceJames Cammarata2015-11-101-4/+5
* | | Fixing up host pattern caching to avoid bugsJames Cammarata2015-11-101-3/+8
* | | Revert "Temporarily disable template caching"James Cammarata2015-11-101-2/+2
* | | Temporarily disable template cachingJames Cammarata2015-11-091-2/+2
* | | Update submodule refsToshio Kuratomi2015-11-092-0/+0
* | | Fix first_found not finding files in roles (only templates)Toshio Kuratomi2015-11-091-3/+2
* | | Move where we add environment and make it conditional on not existingJames Cammarata2015-11-091-1/+14
* | | made get_file_lines rely on get_file_content which deals with many errorBrian Coca2015-11-101-6/+7
* | | Fix get_dns_facts on inexistent resolv.confghislainbourgeois2015-11-091-1/+1
|/ /
* | Merge pull request #13072 from Yannig/devel_cache_optimizationJames Cammarata2015-11-091-0/+9
|\ \
| * | Small speed improvement with huge inventory (100+ hosts).Yannig Perré2015-11-071-0/+9
* | | Ensure environment is inherited properly (task->block/include->play)James Cammarata2015-11-093-6/+7
* | | Ensure 'environment' is set in the magic variablesJames Cammarata2015-11-091-0/+1