Commit Graph

20640 Commits (353f6be273dcdc09e13d94de4885071afc51fbed)
 

Author SHA1 Message Date
bennojoy 00dcf0f1ac minor fixes 13 years ago
bennojoy c374b4e442 support for google cloud storage module 13 years ago
James Cammarata 8a4310d9b9 Updated CHANGELOG for new accelerate features 13 years ago
James Cammarata 912e3a7b0b Merge branch 'accelerate_improvements' into devel
Conflicts:
	library/utilities/accelerate
13 years ago
jctanner 351c4d749e Merge pull request #4163 from lorin/htpasswd-doc
htpasswd docs: add notes about depending on python-passlib
13 years ago
Michael DeHaan a43ebf0b29 Merge pull request #4330 from tgerla/ec2_eip-docs
ec2_eip module: note that there may be a delay reaching the instance
13 years ago
James Cammarata fa80a17aa3 Make recv_data less greedy so it doesn't eat other packets 13 years ago
Tim Gerla 70be8cfd17 ec2_eip module: note that there may be a delay before the reassigned instance is reachble. 13 years ago
Michael Gregson 7e0a56d2a4 [digital_ocean] Remove command usage from digital_ocean_ssh examples
I seem to have forgotten to do this in my last commit.
13 years ago
Michael Gregson b4fdb4c86b [digital_ocean] revert original module and add one new module for each command 13 years ago
James Cammarata e3ff824ead Minor tweak to doc formatting regarding accelerate package reqs 13 years ago
James Cammarata ed686394cb Merge pull request #4327 from berenddeboer/accelerate-on-freebsd
Added comment which two packages are needed on FreeBSD.
13 years ago
James Cammarata 8923a5b0d9 Drop default config value for accelerate timeout to 30 seconds 13 years ago
James Cammarata c3d06b4639 Merge branch 'devel' of https://github.com/ansible/ansible into devel 13 years ago
James Tanner c13dd50b5e typo in ec2_eip docstring 13 years ago
James Cammarata ac3cdf7c25 Merge branch 'devel' of https://github.com/digi691/ansible into digi691-devel 13 years ago
James Tanner b98ab745f1 fix docstring indentation on scc modules 13 years ago
James Cammarata 12f6957596 Cleaning up some vvvv log messages in accelerate 13 years ago
James Cammarata 8c17711247 Removing accelerate_timeout as a playbook option
This will remain in ansible.cfg only.
13 years ago
James Cammarata d317103371 Added in an accelerate connection timeout setting 13 years ago
James Cammarata 59a5ce23d9 Adding an accelerate_timeout parameter for plays
This setting makes the timeout for each play configurable, rather than
hard-coding it at 300 seconds (now the default if left unspecified)

Fixes #4162
13 years ago
Peter Sprygada 7821b24144 initial ejabberd_user module 13 years ago
James Cammarata f9c87868ac Added keepalive packets to accelerate mode
Commands will now be started up in a separate task from the main
handler thread, so that it can be monitored for completeness while
sending a keepalive packet back to the controller to avoid a socket
receive timeout.
13 years ago
Berend de Boer 14cfac6b8b Added comment which two packages are needed on FreeBSD. 13 years ago
James Cammarata 344d8d51ab Use atomic_move to put the file, rather than shelling out
Fixes #4321
13 years ago
James Cammarata 8a3f8b757b Make sure yaml data loaded for role is valid before using it
Fixes #4322
13 years ago
James Cammarata bff47df5ff Fix issue with ast evaluation of strings 13 years ago
James Cammarata 5b205ae8bd Merge branch 'fixes/subprocess' of https://github.com/ferringb/ansible into ferringb-fixes/subprocess 13 years ago
James Cammarata d89ce6ac61 Merge branch 'patch-1' of https://github.com/ustun/ansible into ustun-patch-1 13 years ago
James Cammarata 9341587520 Merge branch 'sha256sum-updates' of https://github.com/jlund/ansible into jlund-sha256sum-updates 13 years ago
James Cammarata 12a21d94b7 Merge branch 'allow_types_in_ini' of https://github.com/bcoca/ansible into bcoca-allow_types_in_ini 13 years ago
James Cammarata 0d81c2ecbb Merge branch 'skyl-source_control-executable' into devel 13 years ago
jctanner 32a1dd422c Merge pull request #4269 from jphalip/issue-4256
In the script action: Get around a Python bug.
13 years ago
James Cammarata c8dcdc7b7a Merge branch 'source_control-executable' of https://github.com/skyl/ansible into skyl-source_control-executable 13 years ago
James Cammarata 7aad576f5f Minor change to add a space around role name/task delimiter 13 years ago
Michael Gregson b47df3e1f1 Add basic domain handling to digital_ocean cloud action 13 years ago
James Cammarata 1cc1e7058b Merge branch 'role_report_fix1' of https://github.com/bennojoy/ansible into bennojoy-role_report_fix1 13 years ago
James Cammarata 8ed343cc36 Merge branch 'jsmartin-hide_skipped_hosts' into devel 13 years ago
James Cammarata c8fa83c93f Minor tweaks to the skipped config wording and adding documentation 13 years ago
James Cammarata 6cd8aacc81 Merge branch 'hide_skipped_hosts' of https://github.com/jsmartin/ansible into jsmartin-hide_skipped_hosts 13 years ago
Michael Gregson 8276face94 [digital_ocean] Don't die when the id parameter is missing
It's okay for this to happen now, because we might move on to the name parameter
if unique_name is enabled.
13 years ago
Jim Dalton f62b3be36d Add AWS ElastiCache module 13 years ago
cdigiovanni 7ff2b3befd Added support to disable and enable upstart jobs 13 years ago
ryanaudiencepi 9da0ae2a1f Fix monit module. Monit restart bug 13 years ago
ryanaudiencepi c2e2d53a16 Fix monit module. Use lowercase letters check instead of uppercase 13 years ago
James Cammarata 52a42bf607 Add more verbose debugging options for accelerate 13 years ago
Michael DeHaan ac0a7d965a Merge pull request #4306 from sivel/3563-glob
Add fileglob Jinja2 filter. Fixes #3563
13 years ago
Damian Moore 3c57168aaa mysql_db now supports import and dump of gzip and bzip2 compressed files 13 years ago
Matt Martz 535ce97067 Add fileglob Jinja2 filter. Fixes #3563 13 years ago
Brian Harring f88fed2060 Enforce umask for cron module, so cron_file generated files are 0644.
Certain cron implementations get cranky if files in cron.* are group
writable.
13 years ago