James Tanner
b98ab745f1
fix docstring indentation on scc modules
12 years ago
James Cammarata
12f6957596
Cleaning up some vvvv log messages in accelerate
12 years ago
James Cammarata
8c17711247
Removing accelerate_timeout as a playbook option
...
This will remain in ansible.cfg only.
12 years ago
James Cammarata
d317103371
Added in an accelerate connection timeout setting
12 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
12 years ago
Peter Sprygada
7821b24144
initial ejabberd_user module
12 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.
12 years ago
Berend de Boer
14cfac6b8b
Added comment which two packages are needed on FreeBSD.
12 years ago
James Cammarata
344d8d51ab
Use atomic_move to put the file, rather than shelling out
...
Fixes #4321
12 years ago
James Cammarata
8a3f8b757b
Make sure yaml data loaded for role is valid before using it
...
Fixes #4322
12 years ago
James Cammarata
bff47df5ff
Fix issue with ast evaluation of strings
12 years ago
James Cammarata
5b205ae8bd
Merge branch 'fixes/subprocess' of https://github.com/ferringb/ansible into ferringb-fixes/subprocess
12 years ago
James Cammarata
d89ce6ac61
Merge branch 'patch-1' of https://github.com/ustun/ansible into ustun-patch-1
12 years ago
James Cammarata
9341587520
Merge branch 'sha256sum-updates' of https://github.com/jlund/ansible into jlund-sha256sum-updates
12 years ago
James Cammarata
12a21d94b7
Merge branch 'allow_types_in_ini' of https://github.com/bcoca/ansible into bcoca-allow_types_in_ini
12 years ago
James Cammarata
0d81c2ecbb
Merge branch 'skyl-source_control-executable' into devel
12 years ago
jctanner
32a1dd422c
Merge pull request #4269 from jphalip/issue-4256
...
In the script action: Get around a Python bug.
12 years ago
James Cammarata
c8dcdc7b7a
Merge branch 'source_control-executable' of https://github.com/skyl/ansible into skyl-source_control-executable
12 years ago
James Cammarata
7aad576f5f
Minor change to add a space around role name/task delimiter
12 years ago
Michael Gregson
b47df3e1f1
Add basic domain handling to digital_ocean cloud action
12 years ago
James Cammarata
1cc1e7058b
Merge branch 'role_report_fix1' of https://github.com/bennojoy/ansible into bennojoy-role_report_fix1
12 years ago
James Cammarata
8ed343cc36
Merge branch 'jsmartin-hide_skipped_hosts' into devel
12 years ago
James Cammarata
c8fa83c93f
Minor tweaks to the skipped config wording and adding documentation
12 years ago
James Cammarata
6cd8aacc81
Merge branch 'hide_skipped_hosts' of https://github.com/jsmartin/ansible into jsmartin-hide_skipped_hosts
12 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.
12 years ago
Jim Dalton
f62b3be36d
Add AWS ElastiCache module
12 years ago
cdigiovanni
7ff2b3befd
Added support to disable and enable upstart jobs
12 years ago
ryanaudiencepi
9da0ae2a1f
Fix monit module. Monit restart bug
12 years ago
ryanaudiencepi
c2e2d53a16
Fix monit module. Use lowercase letters check instead of uppercase
12 years ago
James Cammarata
52a42bf607
Add more verbose debugging options for accelerate
12 years ago
Michael DeHaan
ac0a7d965a
Merge pull request #4306 from sivel/3563-glob
...
Add fileglob Jinja2 filter. Fixes #3563
12 years ago
Damian Moore
3c57168aaa
mysql_db now supports import and dump of gzip and bzip2 compressed files
12 years ago
Matt Martz
535ce97067
Add fileglob Jinja2 filter. Fixes #3563
12 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.
12 years ago
Petr Svoboda
19fb4f861c
Fail cloudformation operation when it is not completed successfully
...
When cloudformation operation is successfully submitted but some step
during stack creation or update fails, operation result should be
failed=True.
12 years ago
Petr Svoboda
e8a5c6f58a
Fix check for ROLLBACK_COMPLETE in cloudformation module
...
When stack creation is rolled back, final status is not
CREATE_ROLLBACK_COMPLETE but ROLLBACK_COMPLETE.
12 years ago
Michael DeHaan
9b5fb9ad6b
Merge pull request #4298 from illenseer/devel
...
Add option 'lz4' for compression in zfs module
12 years ago
Nils Pascal Illenseer
4ee6c6d5df
Add option 'lz4' for compression
12 years ago
Michael DeHaan
fcc84a3daa
Merge pull request #4294 from ferringb/fixes/constants
...
For defaults that are integers, enforce it for config supplied values.
12 years ago
Petr Svoboda
5e4fff98f2
Add version_added to cloudformation tags parameter
12 years ago
Petr Svoboda
d294669dec
Add Boto version check for tags parameter of cloudformation module
...
Tags parameter requires at least version 2.6.0 of Boto module. When tags
parameter is used with older version, error is raised. When tags
parameter is unused, module works as before.
12 years ago
Brian Harring
d0ad6c581b
For defaults that are integers, enforce it for config supplied values.
...
If a user supplies a string in the config (rather than an int), the code
should fix that- or blow up immediately- rather than allowing that value to
work it's way down and break w/in the connection object; when that happens,
the actual error is opaque and requires pdb.set_trace() to run down.
12 years ago
Brian Harring
2174230315
USE subprocess.Popen API correctly.
...
When collecting stdout/stderr *and* feeding data into a Popen instance,
communicate() must be used to avoid a known deadlocking scenario
when data sizes cross PIPE_BUF (which can be as small as 512, although should
be much larger in practice on linux).
12 years ago
Michael DeHaan
7ecb2b6728
Reinstate missing dynamic inventory content. Edits pending.
12 years ago
Michael DeHaan
b64edfe791
"make webdocs" sphinx output is now clean. Edit passes and additional content in docs still pending.
12 years ago
Michael DeHaan
5d6deb68ae
More work fixing doc links.
12 years ago
Michael DeHaan
df8b8fc4d6
Fixing some more doc links. Still not done.
12 years ago
Michael DeHaan
4a0e06dc80
Resolving some doc errors.
12 years ago
Michael DeHaan
71ddb80524
Tweaking doc titles.
12 years ago
Michael DeHaan
ad2736b253
Update tags and async sections, among other changes.
12 years ago