summaryrefslogtreecommitdiffstats
path: root/examples (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-06Addresses #4735 Verify the virtualenv command supports --no-site-packages bef...James Tanner1-1/+16
2013-11-05Addresses #4635 add list instead of joinJames Tanner1-1/+1
2013-11-05Fixes #4635 pass role conditionals to dependent rolesJames Tanner1-1/+26
2013-11-05Remove duplicate "download_s3file" execution when the destination path doesn'...dragon31-4/+0
2013-11-05Ensure async terminates when time limit is not divisible by 5willthames1-1/+1
2013-11-05Addresses #4763 list python >= 2.5 as a requirement for accelerate modeJames Tanner1-1/+2
2013-11-04Remove invalid ipv6 parameter from setup executionJames Tanner1-1/+0
2013-11-04Fixes #4485 add an ipv6 parameter to accelerate so that the daemon will bind ...James Tanner5-8/+32
2013-11-04return True/False from remove_job_file()Jim Richardson1-5/+3
2013-11-04Addresses #4676 Add module notes about the behavior of sudo and the destinati...James Tanner1-0/+6
2013-11-04Update synchronize docstrings for rsync_timeout parameterJames Tanner1-0/+5
2013-11-04Add a timeout to the synchronize module to prevent infinite hangs while waiti...James Tanner1-1/+3
2013-11-04typo ---- (4) instead of --- (3)Tomas Thor Jonsson1-2/+2
2013-11-04AWS_ACCESS_KEY misspelt in shared EC2 connection librarywillthames1-2/+2
2013-11-04fix for https://github.com/ansible/ansible/issues/4795Jim Richardson1-2/+4
2013-11-03Clarify a warning message.Michael DeHaan1-1/+1
2013-11-03Make it slightly more clear what side of the connection is missing keyczar if...Michael DeHaan1-1/+1
2013-11-03Fix code block quotingIlkka Laukkanen1-3/+3
2013-11-03Clarify cobbler.py usage and testing instructionsIlkka Laukkanen1-2/+2
2013-11-03Fix for connect method parameter order Mohan Krishnan1-1/+2
2013-11-03Changed parameter from 'user' to 'name' in the examples to coincide with the ...Steve Tjoa1-4/+4
2013-11-02ec2_eip connect method references module var that is not passed inMohan Krishnan1-7/+6
2013-11-02Update CHANGELOG.mdMichael DeHaan1-2/+2
2013-11-02check more files using make pyflakes ( ie subdirectory of lib/ansible/ )Michael Scherer1-1/+1
2013-11-02Update module documentation.Michael DeHaan1-1/+1
2013-11-02include_vars plugin should look in vars/ path for a role.Michael DeHaan1-1/+1
2013-11-02Try/finally is a python 2.5 construct, so not workingMichael Scherer1-5/+6
2013-11-01dont sudo if sudo_user is the same as the active userSteve Weber1-0/+4
2013-11-01Document env dependency for test-module.Rhett Sutphin1-0/+1
2013-11-01Fixes #4540 Use shared module snippet to evaluate ec2 credentialsJames Tanner9-167/+99
2013-11-01return volume_id/device even when volume mapping already existsdragon31-1/+2
2013-11-01Fixes #4767 detect hard links and set state in add_file_infoJames Tanner1-0/+2
2013-11-01Fixes #4516 file module: check prev_state earlier and use that if state is no...James Tanner1-14/+25
2013-11-01minor correctionRay1-1/+1
2013-11-01Fix documentation formatting.Michael DeHaan2-4/+4
2013-11-01Reapply pep8 changes from previous revert.Michael DeHaan1-20/+20
2013-11-01Further simplify the debug: var=foo action plugin code.Michael DeHaan1-8/+3
2013-11-01Simplify the way the debug: var=varname plugin works.Michael DeHaan2-6/+4
2013-11-01add to changelogMichael DeHaan1-0/+1
2013-11-01Some simplification of include_vars and renamed include_files to include_vars.Michael DeHaan3-63/+45
2013-10-31minor correctionRay1-1/+1
2013-10-31Leverage 4318b27 and no longer treat instance tags as JSON, but as dictionary...Michael DeHaan1-2/+2
2013-10-31This allows type=dict in a module to allow passing in a real dict or JSON.Michael DeHaan1-2/+46
2013-10-31Suggest keyscan for github/other SCM hanging.Michael DeHaan2-9/+6
2013-10-31When inside an apt or yum task account for multiple conditionals. Fixes 4745.Michael DeHaan1-0/+5
2013-10-31Undo an inadvertant revert from template changes so we still allow pythonic i...Michael DeHaan6-1043/+1157
2013-10-31Fix accelerate module on centos 5 by removingMichael Scherer1-1/+1
2013-10-31make cron module work on solarisMichael Scherer1-9/+16
2013-10-31remove unused functionMichael Scherer1-6/+0
2013-10-31add "zle" as a supported ZFS compression typeScott Dunlop1-2/+2