summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Unittest the _count_trailing_newlines functionToshio Kuratomi2015-09-021-17/+17
* Fix preserve_trailing_newlines (broken by 7f5080f64ab4a82648cb746990587c1aaff...Toshio Kuratomi2015-09-021-1/+12
* actually implemented flags correctly for all priv escalation methodsBrian Coca2015-09-022-7/+8
* added missing become_exe from configBrian Coca2015-09-021-0/+1
* fixed and generalized privilege escalation exe settingsBrian Coca2015-09-022-7/+8
* Remove duplicated function definition (fallout from earlier repeated merge)Abhijit Menon-Sen2015-09-021-17/+0
* Properly assign the searchpath for templates to the environment loaderJames Cammarata2015-09-011-3/+7
* Small tweak to 7551b75 to correct the ordering of testsJames Cammarata2015-09-011-2/+2
* Add ispath type for constants and make sure all local paths are ispath=TrueJames Cammarata2015-09-011-24/+28
* Cleanup combine_varsToshio Kuratomi2015-09-012-80/+62
* Merge pull request #12187 from caphrim007/add-utf-8-encoding-to-f5-module-utilsJames Cammarata2015-09-011-0/+3
|\
| * Adds utf-8 encoding to f5 module_utilsTim Rupp2015-09-011-0/+3
* | Merge pull request #12188 from amenonsen/easy-debugJames Cammarata2015-09-011-1/+1
|\ \
| * | Show module name and args with -vvvAbhijit Menon-Sen2015-09-011-1/+1
* | | Don't use iteritems() in templar to avoid (hostvars) dict size change errorsJames Cammarata2015-09-011-2/+4
* | | looped includes need unique references to prevent information bleedingJames Cammarata2015-09-011-0/+7
|/ /
* | Make sure tasks from a role see their defaults above all othersJames Cammarata2015-09-011-0/+6
|/
* Submodule updateJames Cammarata2015-09-012-15/+12
* Also always post_validate Handler class as wellJames Cammarata2015-09-011-1/+1
* Merge pull request #12177 from mgedmin/py3kToshio Kuratomi2015-09-012-2/+6
|\
| * Make combine_vars() compatible with Python 3Marius Gedminas2015-09-012-2/+6
* | removed as it does not fool setup.py to include data and it must be specified...Brian Coca2015-09-011-0/+0
|/
* Allow setup to run when using --start-at-taskJames Cammarata2015-08-311-0/+2
* package and service now check that module exists before trying to execute itBrian Coca2015-08-312-1/+6
* Merge pull request #12173 from ansible/pr/10204Toshio Kuratomi2015-08-311-16/+26
|\
| * Add host key for ssh url only.Desmond O. Chang2015-08-311-16/+26
* | Properly fail if slurp fails during fetchJames Cammarata2015-08-311-4/+3
|/
* Look for proper values in slurp result during fetch with become enabledJames Cammarata2015-08-311-1/+1
* Fix backslash escaping inside of jinja2 expressionsToshio Kuratomi2015-08-311-0/+44
* Update module refsToshio Kuratomi2015-08-312-14/+14
* corrected skipped_hosts constant usage, thanks @benjixxBrian Coca2015-08-302-2/+2
* fix issues with csh redirectionBrian Coca2015-08-302-4/+6
* less misleading message for when someone looks up vars for a host not in inve...Brian Coca2015-08-301-2/+2
* Merge pull request #12146 from thekarlbrown/patch-1Brian Coca2015-08-281-1/+1
|\
| * Fixed Spelling Error on Line 67Karl Brown2015-08-281-1/+1
* | Fixed missing constants import in default callbackJames Cammarata2015-08-281-0/+1
* | Also move action/connection plugins to shared plugin loader codeJames Cammarata2015-08-282-7/+8
* | Adjust field loading order for vars and tweak post_validate exclusion logicJames Cammarata2015-08-284-40/+24
|/
* Merge branch 'hostrange' of https://github.com/amenonsen/ansible into amenons...James Cammarata2015-08-281-72/+124
|\
| * Use [x:y] host ranges instead of [x-y]Abhijit Menon-Sen2015-08-251-53/+58
| * Document the behaviour of _match_one_pattern in some detailAbhijit Menon-Sen2015-08-251-3/+34
| * Remove & and ! pattern prefixes as early as possibleAbhijit Menon-Sen2015-08-251-4/+4
| * Reorder functions into a logical sequence based on usageAbhijit Menon-Sen2015-08-251-57/+56
* | Fix python3.4 syntaxToshio Kuratomi2015-08-281-1/+1
* | Merge pull request #12083 from resmo/for-ansibleJames Cammarata2015-08-282-4/+12
|\ \
| * | cloudstack: implement general api_region support, update docsRene Moser2015-08-252-4/+12
* | | implemented not showing skipped hosts configBrian Coca2015-08-283-9/+12
* | | galaxy fixesBrian Coca2015-08-284-7/+83
* | | Fix redis fact_caching_timeout=0 bugJames Cammarata2015-08-281-1/+1
* | | Validate variable names when loading 'vars:' blocksJames Cammarata2015-08-283-34/+47