summaryrefslogtreecommitdiff
path: root/lib/ansible/utils/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Making the switch to v2James Cammarata2015-05-031-1643/+3
* bad hack to maybe fix some corner cases with pbrun custom promptsBrian Coca2015-04-141-0/+1
* Fix assert to work with unicode valuesToshio Kuratomi2015-03-251-3/+3
* slight changes to allow for checksum and other commands to work correctly wit...Brian Coca2015-03-161-4/+4
* preliminary privlege escalation unification + pbrunBrian Coca2015-03-101-64/+130
* Adapt sanitize_output to log messages instead of assuming properly formatted ...Toshio Kuratomi2015-02-261-6/+12
* valutpass fix in password reorogBrian Coca2015-02-161-1/+1
* parse yaml using cparser if presentCove Schneider2015-02-161-1/+6
* fixed vault pass alsoBrian Coca2015-02-121-1/+1
* fixed varname su_passBrian Coca2015-02-121-1/+1
* ensure proper strings/unicodestrings for passwordsBrian Coca2015-02-121-24/+17
* Allow ansible (ad-hoc) to support --extra-vars alsoMatt Martz2015-02-111-0/+17
* Merge pull request #10015 from bcoca/nicer_json_errorsBrian Coca2015-02-111-1/+5
|\
| * handle json load errors as ansible error instead of ugly stacktraceBrian Coca2015-01-151-1/+5
* | Obfuscate passwords in more places where it is displayedToshio Kuratomi2015-02-091-27/+12
* | Move the hashing util functions to their own file to mirror v2Toshio Kuratomi2015-02-021-67/+1
* | Revert "Support variable values with dashes"revert-9834-fix-variables-with-dashesBrian Coca2015-01-261-1/+1
* | Merge pull request #9834 from nathancahill/fix-variables-with-dashesBrian Coca2015-01-261-1/+1
|\ \ | |/ |/|
| * support variables with dashes - fixes #9786Nathan Cahill2014-12-161-1/+1
* | Restore json import for redis as well. Switch preference to simplejson for s...Toshio Kuratomi2014-12-231-3/+3
|/
* Revert "Make listify respect the global setting for undefined variables."Brian Coca2014-12-041-6/+1
* fine tuned lookup/templating errorsBrian Coca2014-11-261-2/+4
* now only flattened ignores failonundefined cause of it's special needBrian Coca2014-11-251-2/+2
* fixes issues with listyfing failing too oftenBrian Coca2014-11-251-1/+1
* minor fixes to template functionBrian Coca2014-11-251-1/+1
* Transform both values of a task name into a byte str prior to comparingToshio Kuratomi2014-11-191-0/+11
* Some changes to FIPS compat since SLES implements it differentlyToshio Kuratomi2014-11-111-1/+9
* Add comments/docstrings not to use md5 unless forced to by forces outside our...Toshio Kuratomi2014-11-101-0/+5
* Move from md5 to sha1 to work on fips-140 enabled systemsToshio Kuratomi2014-11-061-6/+27
* Allow both old-style and new-style role dependencies to be valid.Toshio Kuratomi2014-10-091-8/+30
* Merge removal of complex_args_hackToshio Kuratomi2014-10-081-18/+0
|\
| * Workaround more python-2.6 shlex not being able to handle unicode stringsToshio Kuratomi2014-10-081-18/+0
* | Make listify respect the global setting for undefined variables.Rob Howard2014-10-081-1/+4
|/
* Make dynamic inventory return byte str, not unicodeToshio Kuratomi2014-10-021-0/+19
* Merge pull request #9220 from jlaska/develJames Cammarata2014-10-011-1/+1
|\
| * Resolve issue where repo_path contains multiple '.git' stringsJames Laska2014-09-301-1/+1
* | Merge pull request #9182 from bbasleeper/feature_sudo_exe_from_inventoryToshio Kuratomi2014-09-301-2/+2
|\ \ | |/ |/|
| * Add a new inventory parameter (ansible_sudo_exe) to specify sudo command path.Bruno BAILLUET2014-09-271-2/+2
* | Add module search path to --version output.Michael DeHaan2014-09-281-0/+1
* | If submodules are not found, don't error out.Michael DeHaan2014-09-281-3/+5
* | Cater for uninitialized submodulesWill Thames2014-09-281-2/+5
* | Updated version info to include submodule informationWill Thames2014-09-281-10/+31
|/
* Merge pull request #8959 from willthames/galaxy_ssh_cloneJames Cammarata2014-09-231-5/+4
|\
| * Allow github style ssh repo namesWill Thames2014-09-101-1/+1
| * Make ansible-galaxy work as expectedWill Thames2014-09-101-4/+3
* | Before decrypting check if vault password is set or error earlyJames Cammarata2014-09-191-0/+5
* | Remove regex related to baby-JSON parsing only.Michael DeHaan2014-09-111-2/+1
* | Tracebacks are now catchable with ignore_errors and have streamlined output. ...Michael DeHaan2014-09-111-22/+4
|/
* Fixing issue with symlinked vaultsNiko Felger2014-09-081-1/+1
* Re-allow templating of complex_args, but count params to prevent injectionJames Cammarata2014-09-051-0/+6