- 06 Nov, 2013 2 commits
- 05 Nov, 2013 8 commits
-
-
James Tanner committed
-
pip module: fix unexpected behavior when creating virtualenvs
jctanner committed -
Add ansible_sudo_pass hostvar support. Fixes #4323
jctanner committed -
add a default value for the -d option of ansible-pull
jctanner committed -
fix for https://github.com/ansible/ansible/issues/4795 (incorrect changed result in cron module)
jctanner committed -
James Tanner committed
-
James Tanner committed
-
dragon3 committed
-
- 04 Nov, 2013 15 commits
-
-
Ensure async terminates when time limit is not divisible by 5
Michael DeHaan committed -
Because async_wrapper subtracts 5 from time_limit and checks for equality to zero, values not divisible by 5 will go negative and continue forever.
willthames committed -
Try/finally is a python 2.5 construct, so not working on EL5. Fix #4763
jctanner committed -
James Tanner committed
-
James Tanner committed
-
Fixes #4485 add an ipv6 parameter to accelerate so that the daemon will bind to an ipv6 port instead of ipv4
James Tanner committed -
revised fix for https://github.com/ansible/ansible/issues/4795
Jim Richardson committed -
Addresses #4676 Add module notes about the behavior of sudo and the destination paths within the synchronize module.
James Tanner committed -
James Tanner committed
-
Add a timeout to the synchronize module to prevent infinite hangs while waiting on passwords for misconfigured users
James Tanner committed -
AWS_ACCESS_KEY misspelt in shared EC2 connection library
James Cammarata committed -
Couple of small typos
James Cammarata committed -
Tomas Thor Jonsson committed
-
willthames committed
-
https://github.com/ansible/ansible/issues/4795
Incorrect changed result in cron module. Report changed=False if no cron is removed:wq
Jim Richardson committed
-
- 03 Nov, 2013 11 commits
-
-
Michael DeHaan committed
-
Make it slightly more clear what side of the connection is missing keyczar if using accelerate mode.
Michael DeHaan committed -
Fix code block quoting in documentation
Michael DeHaan committed -
Clarify cobbler.py usage and testing instructions
Michael DeHaan committed -
Fix for connect method parameter order
Michael DeHaan committed -
Changed parameter from 'user' to 'name' in the examples to coincide with...
Michael DeHaan committed -
Add double colons where necessary to get code blocks, not blockquotes.
Ilkka Laukkanen committed -
The doc incorrectly advised executing the static inventory, not the `cobbler.py` script. Also fixes minor language issue.
Ilkka Laukkanen committed -
Mohan Krishnan committed
-
Steve Tjoa committed
-
Fix: ec2_eip connect method references module var that is not passed in
Michael DeHaan committed
-
- 02 Nov, 2013 4 commits
-
-
Mohan Krishnan committed
-
Michael DeHaan committed
-
'easy_install' executable were still left behind and need to be removed for the customizable 'executable' task argument to correctly work: '_get_easy_install' should take care of all the functionality related to determining the correct 'easy_install' executable to use.
Pedro Romano committed -
check more files using make pyflakes ( ie subdirectory of lib/ansible/ )
Michael DeHaan committed
-