summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12881 from Scypho/develToshio Kuratomi2015-11-121-1/+2
|\
| * allowing json in lookup template callsJens Peter Schroer2015-10-231-1/+2
* | Reduce spinning while waiting on queuesJames Cammarata2015-11-122-4/+1
* | substitute tilde and env vars before storing C.CACHE_PLUGIN_CONNECTION as ins...Daniel Menet2015-11-121-1/+1
* | Finish up plugin porting to global displayToshio Kuratomi2015-11-1122-70/+67
* | 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 connection plugins to using global displayToshio Kuratomi2015-11-1111-131/+192
* | pass task args without filtering, copy module needs to explcitly supportBrian Coca2015-11-121-3/+1
* | 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-101-11/+26
|/ /
* | Fix first_found not finding files in roles (only templates)Toshio Kuratomi2015-11-091-3/+2
* | set corrected force defaultBrian Coca2015-11-061-1/+1
* | template: fix regression bug in template in case force=falseRene Moser2015-11-061-1/+1
* | Fix use of add_tqm_variablesJames Cammarata2015-11-051-1/+1
* | Add variable compression optionJames Cammarata2015-11-052-1/+26
* | Fixing up performanceJames Cammarata2015-11-052-9/+9
* | fixed check mode change response in templateBrian Coca2015-11-051-5/+2
* | Merge pull request #12867 from bcoca/callback_whitelist_tweakBrian Coca2015-11-059-2/+11
|\ \
| * | make callbacks declare needing whitelistingBrian Coca2015-10-229-2/+11
* | | Cleanup timer callback plugin's overwriting of modules it importedToshio Kuratomi2015-11-031-10/+8
* | | show task path on 2 vsBrian Coca2015-11-012-2/+2
* | | removed action plugin as service facts and separate modules don't work yet an...Brian Coca2015-10-301-64/+0
* | | remove commented out printsBrian Coca2015-10-301-2/+0
* | | removed no_log redundant codeBrian Coca2015-10-301-5/+1
* | | simplified invocation removal, added no_log awarenessBrian Coca2015-10-301-10/+7
* | | Make handlers obey run_once (or BYPASS_HOST_LOOP)James Cammarata2015-10-302-1/+12
* | | switched to backticks to allow for non bourne shells to workBrian Coca2015-10-291-2/+2
* | | Cleanup some include logicJames Cammarata2015-10-282-32/+45
* | | Allow tags to be specified in included file paramsJames Cammarata2015-10-281-1/+12
* | | Allow hostvars cache to be invalidated so hostvars contain all hosts after ad...James Cammarata2015-10-271-2/+6
* | | Merge pull request #12901 from bcoca/sanitize_resultsJames Cammarata2015-10-271-4/+2
|\ \ \
| * | | sanatize resultsBrian Coca2015-10-241-4/+2
* | | | Fixing typoJason O'Donnell2015-10-261-1/+1
* | | | Found another typoJason O'Donnell2015-10-261-1/+1
* | | | Fxing typoJason O'Donnell2015-10-261-1/+1
* | | | Merge pull request #12896 from bcoca/ssh_current_user_configBrian Coca2015-10-261-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | don't set user to current userBrian Coca2015-10-231-2/+1
* | | | Fix invocation from bad merge and note where it would need to go to keepToshio Kuratomi2015-10-241-4/+1
|/ / /
* | | finalized changed to use abridtged_result instead of resultBrian Coca2015-10-231-3/+3
* | | Potential fix for #12816synchronize-remote-to-itselfToshio Kuratomi2015-10-231-1/+1
* | | Implement invocation hiding for all callbacks if the verbosity is lowToshio Kuratomi2015-10-232-20/+22
* | | avoid showing invokation when no_log is set or verbosity is lowBrian Coca2015-10-231-1/+6
* | | Fix callbackToshio Kuratomi2015-10-231-3/+3
| |/ |/|
* | Merge pull request #12878 from ansible/invocation-fixToshio Kuratomi2015-10-2226-166/+380
|\ \
| * | Two fixes to action pluginsToshio Kuratomi2015-10-2225-173/+377
| * | Fix for invocation not being added to output.invocation-fixToshio Kuratomi2015-10-221-1/+1