summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bump for 1.5.4 releasev1.5.4release1.5.4James Cammarata2014-04-016-3/+18
* Splitting SETUP_CACHE into two caches, one for host vars and one for setup factsJames Cammarata2014-04-014-15/+37
* Fixes to safe_evalJames Cammarata2014-04-011-27/+72
* Merge pull request #6491 from jlaska/apt_repository_signing_fixv1.5.3release1.5.3Michael DeHaan2014-03-141-2/+2
* CHANGELOG and README updates for 1.5.3James Cammarata2014-03-135-4/+19
* 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
* Update VERSION file for 1.5.3 releaseJames Tanner2014-03-131-1/+1
* Rejoin args list into a string for run_command when using an unsafe shellJames Cammarata2014-03-131-1/+3
* [test_service] correct upstart service name and permissionsJames Laska2014-03-132-5/+5
* Correct ansible_distribution typoJames Laska2014-03-131-2/+2
* Use correct value of ansible_distribution in integration testsJames Laska2014-03-132-3/+3
* Correct test integration ec2 cleanup scriptJames Laska2014-03-131-5/+7
* Fix regression in dnsmadeeasy module caused by fetch_url changeJames Cammarata2014-03-131-4/+4
* Merge pull request #6461 from risaacson/modules_make_run_command_saferRichard Isaacson2014-03-131-16/+17
* Fixes various typos introduced in a9017af2bb648930e27bab52de12f9983411778c.James Martin2014-03-121-4/+5
* Fix test_fetch roleJames Tanner2014-03-121-1/+1
* Still more shell fixes.Michael DeHaan2014-03-121-1/+1
* Fixup shell handling in monit module.Michael DeHaan2014-03-121-5/+7
* More shell fixesMichael DeHaan2014-03-121-2/+2
* Close parens in portinstallJames Tanner2014-03-121-1/+1
* Remove files added by cherry-pick from develMichael DeHaan2014-03-122-314/+0
* More shell updatesMichael DeHaan2014-03-124-13/+184
* Fix missing colons in cpanmJames Tanner2014-03-121-2/+2
* Fix typo in portinstallJames Tanner2014-03-121-1/+1
* Some more run_command updates.Michael DeHaan2014-03-122-5/+4
* Fixes for run_command shell usage in remainder of packaging modules, save por...Michael DeHaan2014-03-125-10/+13
* Various commits to enable no-shell or safe-shell usage, more to come.Michael DeHaan2014-03-126-8/+159
* Only use cwd in run_command kwargs if the directory existsJames Cammarata2014-03-121-1/+1
* git: Execute git commands in `dest` directoryPatrick Smith2014-03-121-2/+2
* 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
* Remove validate_certs parameter from fetch_url callsJames Cammarata2014-03-126-11/+10
* Adding validate_certs to all modules that use fetch_urlJames Cammarata2014-03-1211-5/+99
* 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
* add module param to Network & sub-classesRyan2014-03-121-6/+6
* Check for hash availability during vault operationsJames Tanner2014-03-121-11/+10
* Wrap crypto.hash imports with try/exceptJames Tanner2014-03-121-1/+5
* Fixed references to missing method in ec2 modulesDevon Crouse2014-03-122-2/+2
* Fixes #6411 Return None for ec2 api endpoints that return 404James Tanner2014-03-121-1/+5
* Fix ec2_facts module by removing stray fail statementMichael DeHaan2014-03-121-1/+0
* Fix test_async by using env pythonJames Tanner2014-03-121-1/+1
* module.run_command is intended to bypass the shell here, so can't do ">>"release1.5.2Michael DeHaan2014-03-122-1/+9
* Fix other reference to APT_ENV_VARS.v1.5.2Michael DeHaan2014-03-111-1/+5
* Update apt module so that environment variables are set correctly since not g...Michael DeHaan2014-03-111-3/+14