summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Exit 0 with no matched hostsJesse Keating2013-11-061-2/+2
* Merge pull request #4811 from dragon3/duplicate_download_s3filejctanner2013-11-061-4/+0
|\
| * Remove duplicate "download_s3file" execution when the destination path doesn'...dragon32013-11-051-4/+0
* | Addresses #4735 Verify the virtualenv command supports --no-site-packages bef...James Tanner2013-11-061-1/+16
* | Merge pull request #4735 from chrisalbright/patch-1jctanner2013-11-061-1/+1
|\ \
| * | pip module: fix unexpected behavior when creating virtualenvschrisalbright2013-10-311-1/+1
* | | Merge pull request #4733 from sivel/4323-sudo-passjctanner2013-11-067-12/+20
|\ \ \
| * | | Add ansible_sudo_pass hostvar supportMatt Martz2013-10-307-12/+20
* | | | Merge pull request #4576 from mscherer/pull_temporary_dir_2jctanner2013-11-052-4/+6
|\ \ \ \
| * | | | add a default value for the -d option of ansible-pullMichael Scherer2013-10-182-4/+6
* | | | | Merge pull request #4797 from weaselkeeper/develjctanner2013-11-051-3/+3
|\ \ \ \ \
| * | | | | return True/False from remove_job_file()Jim Richardson2013-11-041-5/+3
| * | | | | fix for https://github.com/ansible/ansible/issues/4795Jim Richardson2013-11-041-2/+4
* | | | | | Addresses #4635 add list instead of joinJames Tanner2013-11-051-1/+1
* | | | | | Fixes #4635 pass role conditionals to dependent rolesJames Tanner2013-11-051-1/+26
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #4806 from willthames/async_not_multiple_of_5Michael DeHaan2013-11-051-1/+1
|\ \ \ \ \
| * | | | | Ensure async terminates when time limit is not divisible by 5willthames2013-11-051-1/+1
|/ / / / /
* | | | | Merge pull request #4772 from mscherer/fix_4763jctanner2013-11-051-5/+6
|\ \ \ \ \
| * | | | | Try/finally is a python 2.5 construct, so not workingMichael Scherer2013-11-021-5/+6
* | | | | | Addresses #4763 list python >= 2.5 as a requirement for accelerate modeJames Tanner2013-11-051-1/+2
* | | | | | Remove invalid ipv6 parameter from setup executionJames Tanner2013-11-041-1/+0
* | | | | | Fixes #4485 add an ipv6 parameter to accelerate so that the daemon will bind ...James Tanner2013-11-045-8/+32
* | | | | | Addresses #4676 Add module notes about the behavior of sudo and the destinati...James Tanner2013-11-041-0/+6
* | | | | | Update synchronize docstrings for rsync_timeout parameterJames Tanner2013-11-041-0/+5
* | | | | | Add a timeout to the synchronize module to prevent infinite hangs while waiti...James Tanner2013-11-041-1/+3
* | | | | | Merge pull request #4798 from willthames/aws_access_key_fixJames Cammarata2013-11-041-2/+2
|\ \ \ \ \ \
| * | | | | | AWS_ACCESS_KEY misspelt in shared EC2 connection librarywillthames2013-11-041-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4802 from benregn/patch-1James Cammarata2013-11-041-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | typo ---- (4) instead of --- (3)Tomas Thor Jonsson2013-11-041-2/+2
|/ / / / /
* | | | | Clarify a warning message.Michael DeHaan2013-11-031-1/+1
* | | | | Make it slightly more clear what side of the connection is missing keyczar if...Michael DeHaan2013-11-031-1/+1
* | | | | Merge pull request #4793 from ilkka/patch-2Michael DeHaan2013-11-031-3/+3
|\ \ \ \ \
| * | | | | Fix code block quotingIlkka Laukkanen2013-11-031-3/+3
* | | | | | Merge pull request #4792 from ilkka/patch-1Michael DeHaan2013-11-031-2/+2
|\ \ \ \ \ \
| * | | | | | Clarify cobbler.py usage and testing instructionsIlkka Laukkanen2013-11-031-2/+2
| |/ / / / /
* | | | | | Merge pull request #4789 from mohangk/develMichael DeHaan2013-11-031-1/+2
|\ \ \ \ \ \
| * | | | | | Fix for connect method parameter order Mohan Krishnan2013-11-031-1/+2
| |/ / / / /
* | | | | | Merge pull request #4788 from stevetjoa/develMichael DeHaan2013-11-031-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Changed parameter from 'user' to 'name' in the examples to coincide with the ...Steve Tjoa2013-11-031-4/+4
|/ / / / /
* | | | | Merge pull request #4787 from mohangk/develMichael DeHaan2013-11-031-7/+6
|\ \ \ \ \
| * | | | | ec2_eip connect method references module var that is not passed inMohan Krishnan2013-11-021-7/+6
|/ / / / /
* | | | | Update CHANGELOG.mdMichael DeHaan2013-11-021-2/+2
* | | | | Merge pull request #4782 from mscherer/improve_pyflakes_makefileMichael DeHaan2013-11-021-1/+1
|\ \ \ \ \
| * | | | | check more files using make pyflakes ( ie subdirectory of lib/ansible/ )Michael Scherer2013-11-021-1/+1
| |/ / / /
* | | | | Update module documentation.Michael DeHaan2013-11-021-1/+1
* | | | | include_vars plugin should look in vars/ path for a role.Michael DeHaan2013-11-021-1/+1
* | | | | Merge pull request #4775 from steverweber/fix-4640Michael DeHaan2013-11-011-0/+4
|\ \ \ \ \
| * | | | | dont sudo if sudo_user is the same as the active userSteve Weber2013-11-011-0/+4
* | | | | | Merge pull request #4774 from rsutphin/source_env_in_mod_dev_docsMichael DeHaan2013-11-011-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Document env dependency for test-module.Rhett Sutphin2013-11-011-0/+1
|/ / / / /