summaryrefslogtreecommitdiff
path: root/lib/ansible/utils
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5131 from janeznemanic/develjctanner2013-12-181-4/+5
* Fix traceback in template error detection codeJames Cammarata2013-12-181-1/+1
* Fix bug in error detection code, where a zero-length string was causing a tra...James Cammarata2013-11-271-1/+1
* fix typo in deprecation warningAntonio Zanardo2013-11-231-1/+1
* Make the legacy template detection system not hit a false positive whenMichael DeHaan2013-11-181-1/+2
* Merge pull request #4769 from alanfairless/more-password-entropy-revisedjctanner2013-11-071-0/+9
|\
| * Revised patch for more password entropyAlan Fairless2013-11-011-0/+9
* | Merge pull request #4733 from sivel/4323-sudo-passjctanner2013-11-051-2/+3
|\ \
| * | Add ansible_sudo_pass hostvar supportMatt Martz2013-10-301-2/+3
* | | Clarify a warning message.Michael DeHaan2013-11-031-1/+1
| |/ |/|
* | Simplify the way the debug: var=varname plugin works.Michael DeHaan2013-10-311-5/+1
* | When inside an apt or yum task account for multiple conditionals. Fixes 4745.Michael DeHaan2013-10-311-0/+5
* | This allows variable references in playbooks in a different way.Michael DeHaan2013-10-302-0/+14
|/
* Revert templating enhancements from 73dbab70 e6c28658 d409352c 9858b1f2 45875...James Tanner2013-10-303-249/+201
* Don't run lookup plugins while trying to simplify the input datastructure.Michael DeHaan2013-10-281-1/+1
* Fix typo in comment.Michael DeHaan2013-10-261-1/+1
* Remove some interior imports in the code. Not really needed but nice to have...Michael DeHaan2013-10-263-40/+83
* Add in some code to pre-template datastructures prior to template usage. Thi...Michael DeHaan2013-10-261-0/+24
* Enable imports to work on a snippet based system, allowing for instance a lib...Michael DeHaan2013-10-261-2/+4
* Fixes #4549 Do not call lookup plugins when templating a task's nameJames Tanner2013-10-251-5/+7
* Fixes #4608 add lookup to template globals to make plugins work againJames Tanner2013-10-221-0/+2
* Make the deprecation detector in templates more accurate. Fixes #4514.Michael DeHaan2013-10-191-1/+3
* Suggest fixing unbalanced quotes in a bit less cases. Fixes #4501Michael DeHaan2013-10-191-3/+1
* Fix a typo.Michael DeHaan2013-10-191-1/+1
* Some misc cleanup and removal of unused imports.Michael DeHaan2013-10-191-35/+27
* Finishing touches on template cleanup.Michael DeHaan2013-10-191-30/+57
* Further WIP on template cleanup.Michael DeHaan2013-10-191-1/+5
* Work in progress about cleaning up template code.Michael DeHaan2013-10-191-117/+64
* Merge pull request #4541 from Kami/improve_template_render_error_messagesjctanner2013-10-161-1/+10
|\
| * Throw a more user-friendly exception during template rendering process.Tomaz Muraus2013-10-161-1/+10
* | when searching for a plugin only look for a regular fileStoned Elipot2013-10-161-1/+1
|/
* fixed name colision between warnings dict and moduleBrian Coca2013-10-151-3/+3
* Added "debug: var=variableName" capability.Michael DeHaan2013-10-141-3/+17
* Handle possible scenario where conditional might be an integer (whoa!) down t...Michael DeHaan2013-10-131-1/+1
* Fixes a dev branch glitch where a conditional could be applied to multiple ta...Michael DeHaan2013-10-121-2/+4
* Fixup legacy var detector.Michael DeHaan2013-10-111-1/+3
* Add warnings feature.Michael DeHaan2013-10-112-1/+11
* Deprecation warnings of several flavors, nice and purple and can be disabledMichael DeHaan2013-10-112-2/+47
* Have the parser explain another type of YAML gotcha to reduce the need for us...Michael DeHaan2013-10-111-3/+34
* Tweak the syntax-detector-warning-suggester-message (SDWSM) a little.Michael DeHaan2013-10-111-2/+3
* Enhance references to logging functionality. Fixes #3431.Michael DeHaan2013-10-081-1/+7
* Merge pull request #4255 from mcodd/legacy_vars_fixMichael DeHaan2013-10-071-1/+1
|\
| * commit 9db4f7a made a change that also needed to include this to retain corre...Matt Coddington2013-09-251-1/+1
* | Add automatic advice when folks hit one of two common but minor YAML gotchas,...Michael DeHaan2013-10-061-0/+46
* | Update cache check in find_pluginUstun Ozgur2013-09-291-1/+1
* | Encode to utf-8 only when neededAndrey Shorin2013-09-251-2/+4
* | Prevent UnicodeEncodeError: 'ascii' codec can't encode characters in position...Andrey Shorin2013-09-251-1/+1
|/
* Handle AnsibleUndefinedVariable's raised from lookup plugins like jinja2 Unde...Alek Storm2013-09-201-1/+1
* Added support for -vvvv to enable ssh connection debuggingJames Cammarata2013-09-191-1/+1
* Merge branch 'issue_3312_role_links' into develJames Cammarata2013-09-161-1/+5
|\