summaryrefslogtreecommitdiff
path: root/lib/ansible
Commit message (Expand)AuthorAgeFilesLines
* Version bump for 1.5.4 releasev1.5.4release1.5.4James Cammarata2014-04-011-1/+1
* Splitting SETUP_CACHE into two caches, one for host vars and one for setup factsJames Cammarata2014-04-013-15/+34
* Fixes to safe_evalJames Cammarata2014-04-011-27/+72
* CHANGELOG and README updates for 1.5.3James Cammarata2014-03-131-1/+1
* Revert "Rejoin args list into a string for run_command when using an unsafe s...James Cammarata2014-03-131-3/+1
* Fix typo in run_command when sending data that is not binaryJames Cammarata2014-03-131-1/+1
* Rejoin args list into a string for run_command when using an unsafe shellJames Cammarata2014-03-131-1/+3
* Only use cwd in run_command kwargs if the directory existsJames Cammarata2014-03-121-1/+1
* Make sure the cwd exists in run_command before trying to use itJames Cammarata2014-03-121-1/+3
* Work around for cwd stat problems with run_command and sudoDan Koch2014-03-121-0/+2
* Compile ca certs into a temp file to reduce number of attemptsJames Cammarata2014-03-121-13/+24
* Adding validate_certs to all modules that use fetch_urlJames Cammarata2014-03-121-1/+4
* Remove unused code from get_ca_certs() functionJames Cammarata2014-03-121-7/+1
* Rewriting ssl validation to try multiple certs found in pathsJames Cammarata2014-03-121-36/+47
* Use same implementation as ssh.py for "is in host file" checks in module code...Michael DeHaan2014-03-121-15/+46
* Don't process shell commands as arrays.Michael DeHaan2014-03-121-1/+2
* Expand environment variables and tildes passed to commands generically across...Michael DeHaan2014-03-121-0/+3
* Check for hash availability during vault operationsJames Tanner2014-03-121-11/+10
* Wrap crypto.hash imports with try/exceptJames Tanner2014-03-121-1/+5
* module.run_command is intended to bypass the shell here, so can't do ">>"release1.5.2Michael DeHaan2014-03-122-1/+9
* version release bump for 1.5.2Michael DeHaan2014-03-111-1/+1
* Update files for 1.5.1 release.v1.5.1Richard C Isaacson2014-03-101-1/+1
* Update the message about pycrypto to include that python-devel must be instal...Michael DeHaan2014-03-101-1/+1
* Implement new default cipher class AES256James Tanner2014-03-101-31/+216
* Force command action to not be executed by the shell unless specifically enabledJames Tanner2014-03-103-23/+281
* Validate SSL certs accessed through urllib*James Cammarata2014-03-106-5/+356
* Fix range issue in inventory and add additional error checkingJames Cammarata2014-03-101-5/+10
* Properly wrap logical elements together for su/sudo detectionJames Cammarata2014-03-101-1/+1
* Fix logic checking for both sudo and su, and their respective usersAndrew Resch2014-03-101-5/+5
* Un-escape newlines in delimiters for assemble moduleJames Cammarata2014-03-101-0/+6
* tags lists are properly uniqued and joined now, also avoids type issues when ...Brian Coca2014-03-101-1/+1
* Fix respecting remote_tmp when sudo is usedaresch2014-03-101-2/+2
* Fixes #6077 decode escaped newline characters in content for the copy moduleJames Tanner2014-03-101-0/+6
* Fixes #6298 and adds a sudo unit test for synchronizeJames Tanner2014-03-101-2/+7
* fixes #6244Luca Berruti2014-03-101-2/+2
* Avoid range selection on empty groupsJesse Keating2014-03-101-0/+6
* Fix incorrect use of copy on listHagai2014-03-101-1/+1
* missing import in assert moduleTefnet2014-03-101-1/+1
* Fixes templating of ansible_ssh_host for delegatesSerge van Ginderachter2014-03-101-2/+5
* Add support for checking host against global known host files.Iordan Iordanov2014-03-101-26/+37
* Trim references to fireball as we want folks using accelerate or pipelining o...Michael DeHaan2014-02-281-0/+1
* Handle empty results from failed connections in _remote_md5()James Cammarata2014-02-281-1/+6
* Fully clean 'ssh_old' and 'paramiko_alt' optionsGilles Cornu2014-02-281-3/+3
* Expand the source path in the action plugin when not using a remote sourceJames Cammarata2014-02-271-0/+3
* Save the original transport in runner after detecting the smart transportJames Cammarata2014-02-271-1/+3
* Merge pull request #6202 from muffl0n/unarchive_destdirMichael DeHaan2014-02-271-1/+1
|\
| * output dest in error-messagemuffl0n2014-02-271-1/+1
* | column must always be less than len(probline)Richard C Isaacson2014-02-261-1/+1
* | Minor tweak to region config in boto configuration fileJames Cammarata2014-02-261-1/+3
* | Merge branch 'ec2_boto_config_region' of https://github.com/willthames/ansibl...James Cammarata2014-02-261-0/+3
|\ \