summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-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
* | | | 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
|\ \ \ \ \
| * | | | | Update check mode argumentAlberto Gireud2015-11-091-1/+1
| |/ / / /
* | | | | Merge pull request #13083 from sradvan/develJames Cammarata2015-11-091-17/+17
|\ \ \ \ \
| * \ \ \ \ Merge pull request #1 from sradvan/sradvan-docs-patch-1Scott Radvan2015-11-091-17/+17
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Update intro_bsd.rstScott Radvan2015-11-091-17/+17
| |/ / / /
* | | | | Merge pull request #13082 from resmo/for-ansibleJames Cammarata2015-11-091-3/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cloudstack: change order of tags handling, fixes update of tag value does not...Rene Moser2015-11-081-1/+1
| * | | | cloudstack: use jop polling in tag handling, fixes outdated tags returned. Rene Moser2015-11-081-2/+3
|/ / / /
* | | | Merge branch 'Yannig-devel_cache_for_do_template_call' into develJames Cammarata2015-11-073-17/+74
|\ \ \ \
| * | | | Make sure hostvars cache is recreated during serializationJames Cammarata2015-11-071-2/+8
| * | | | Merge branch 'devel_cache_for_do_template_call' of https://github.com/Yannig/...James Cammarata2015-11-073-16/+67
|/| | | |
| * | | | Use static vars when computing host vars known to be static (inventory_hostna...Yannig Perre2015-11-042-3/+13
| * | | | Cache against hosts pattern (fix a part of problem describe in https://github...Yannig Perre2015-11-041-0/+8