index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-11-06
Addresses #4735 Verify the virtualenv command supports --no-site-packages bef...
James Tanner
1
-1
/
+16
2013-11-05
Addresses #4635 add list instead of join
James Tanner
1
-1
/
+1
2013-11-05
Fixes #4635 pass role conditionals to dependent roles
James Tanner
1
-1
/
+26
2013-11-05
Remove duplicate "download_s3file" execution when the destination path doesn'...
dragon3
1
-4
/
+0
2013-11-05
Ensure async terminates when time limit is not divisible by 5
willthames
1
-1
/
+1
2013-11-05
Addresses #4763 list python >= 2.5 as a requirement for accelerate mode
James Tanner
1
-1
/
+2
2013-11-04
Remove invalid ipv6 parameter from setup execution
James Tanner
1
-1
/
+0
2013-11-04
Fixes #4485 add an ipv6 parameter to accelerate so that the daemon will bind ...
James Tanner
5
-8
/
+32
2013-11-04
return True/False from remove_job_file()
Jim Richardson
1
-5
/
+3
2013-11-04
Addresses #4676 Add module notes about the behavior of sudo and the destinati...
James Tanner
1
-0
/
+6
2013-11-04
Update synchronize docstrings for rsync_timeout parameter
James Tanner
1
-0
/
+5
2013-11-04
Add a timeout to the synchronize module to prevent infinite hangs while waiti...
James Tanner
1
-1
/
+3
2013-11-04
typo ---- (4) instead of --- (3)
Tomas Thor Jonsson
1
-2
/
+2
2013-11-04
AWS_ACCESS_KEY misspelt in shared EC2 connection library
willthames
1
-2
/
+2
2013-11-04
fix for https://github.com/ansible/ansible/issues/4795
Jim Richardson
1
-2
/
+4
2013-11-03
Clarify a warning message.
Michael DeHaan
1
-1
/
+1
2013-11-03
Make it slightly more clear what side of the connection is missing keyczar if...
Michael DeHaan
1
-1
/
+1
2013-11-03
Fix code block quoting
Ilkka Laukkanen
1
-3
/
+3
2013-11-03
Clarify cobbler.py usage and testing instructions
Ilkka Laukkanen
1
-2
/
+2
2013-11-03
Fix for connect method parameter order
Mohan Krishnan
1
-1
/
+2
2013-11-03
Changed parameter from 'user' to 'name' in the examples to coincide with the ...
Steve Tjoa
1
-4
/
+4
2013-11-02
ec2_eip connect method references module var that is not passed in
Mohan Krishnan
1
-7
/
+6
2013-11-02
Update CHANGELOG.md
Michael DeHaan
1
-2
/
+2
2013-11-02
check more files using make pyflakes ( ie subdirectory of lib/ansible/ )
Michael Scherer
1
-1
/
+1
2013-11-02
Update module documentation.
Michael DeHaan
1
-1
/
+1
2013-11-02
include_vars plugin should look in vars/ path for a role.
Michael DeHaan
1
-1
/
+1
2013-11-02
Try/finally is a python 2.5 construct, so not working
Michael Scherer
1
-5
/
+6
2013-11-01
dont sudo if sudo_user is the same as the active user
Steve Weber
1
-0
/
+4
2013-11-01
Document env dependency for test-module.
Rhett Sutphin
1
-0
/
+1
2013-11-01
Fixes #4540 Use shared module snippet to evaluate ec2 credentials
James Tanner
9
-167
/
+99
2013-11-01
return volume_id/device even when volume mapping already exists
dragon3
1
-1
/
+2
2013-11-01
Fixes #4767 detect hard links and set state in add_file_info
James Tanner
1
-0
/
+2
2013-11-01
Fixes #4516 file module: check prev_state earlier and use that if state is no...
James Tanner
1
-14
/
+25
2013-11-01
minor correction
Ray
1
-1
/
+1
2013-11-01
Fix documentation formatting.
Michael DeHaan
2
-4
/
+4
2013-11-01
Reapply pep8 changes from previous revert.
Michael DeHaan
1
-20
/
+20
2013-11-01
Further simplify the debug: var=foo action plugin code.
Michael DeHaan
1
-8
/
+3
2013-11-01
Simplify the way the debug: var=varname plugin works.
Michael DeHaan
2
-6
/
+4
2013-11-01
add to changelog
Michael DeHaan
1
-0
/
+1
2013-11-01
Some simplification of include_vars and renamed include_files to include_vars.
Michael DeHaan
3
-63
/
+45
2013-10-31
minor correction
Ray
1
-1
/
+1
2013-10-31
Leverage 4318b27 and no longer treat instance tags as JSON, but as dictionary...
Michael DeHaan
1
-2
/
+2
2013-10-31
This allows type=dict in a module to allow passing in a real dict or JSON.
Michael DeHaan
1
-2
/
+46
2013-10-31
Suggest keyscan for github/other SCM hanging.
Michael DeHaan
2
-9
/
+6
2013-10-31
When inside an apt or yum task account for multiple conditionals. Fixes 4745.
Michael DeHaan
1
-0
/
+5
2013-10-31
Undo an inadvertant revert from template changes so we still allow pythonic i...
Michael DeHaan
6
-1043
/
+1157
2013-10-31
Fix accelerate module on centos 5 by removing
Michael Scherer
1
-1
/
+1
2013-10-31
make cron module work on solaris
Michael Scherer
1
-9
/
+16
2013-10-31
remove unused function
Michael Scherer
1
-6
/
+0
2013-10-31
add "zle" as a supported ZFS compression type
Scott Dunlop
1
-2
/
+2
[next]