summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Port cache plugins to global displayglobal-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-1112-131/+167
* Start a pyflakes section to cut down on extra messages that we don't agree ar...Toshio Kuratomi2015-11-111-0/+19
* Fix for traceback when neither name nor pkg are in the module paramsToshio Kuratomi2015-11-111-10/+13
* reversed the logic on new setting to control - replacment in groups asBrian Coca2015-11-111-1/+1
* 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
* | Add a disabled test for accessing private attributes of other objectsToshio Kuratomi2015-11-101-0/+18
* | 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 #13107 from resmo/patch-3Matt Martz2015-11-101-14/+23
|\ \ | |/ |/|
| * Update guide_cloudstack.rstRené Moser2015-11-101-14/+23
|/
* 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-091-4/+5
* | Fixing up host pattern caching to avoid bugsJames Cammarata2015-11-091-3/+8
* | Revert "Temporarily disable template caching"James Cammarata2015-11-091-2/+2
* | Temporarily disable template cachingJames Cammarata2015-11-091-2/+2
* | Update submodule refsToshio Kuratomi2015-11-092-14/+14
* | 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
* | Merge pull request #13100 from ghislainbourgeois/patch-2Brian Coca2015-11-091-1/+1
|\ \ | |/ |/|
| * 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
* | Note undefined vars changeToshio Kuratomi2015-11-091-2/+5
* | Be more selective about what variables we cache during templatingJames Cammarata2015-11-092-4/+7
* | For with_first_found loops, set undefined variables to fall through rather th...Toshio Kuratomi2015-11-091-8/+15
* | Merge pull request #13065 from tima/patch-2Toshio Kuratomi2015-11-091-2/+2
|\ \
| * | Consistent inventory pattern delimiter in docsTimothy Appnel2015-11-061-2/+2
* | | Merge pull request #13092 from privateip/nxapiBrian Coca2015-11-091-0/+130
|\ \ \
| * | | changes the nxapi argument spec to require url_passwordPeter Sprygada2015-11-091-1/+1
| * | | fixes conditional statement for py24 compatibilityPeter Sprygada2015-11-091-1/+4
| * | | add initial support for Cisco NXAPIPeter Sprygada2015-11-091-0/+127
| | |/ | |/|
* | | Merge pull request #13085 from agireud/check_mode_fixJames Cammarata2015-11-091-1/+1
|\ \ \