James Cammarata
912e3a7b0b
Merge branch 'accelerate_improvements' into devel
...
Conflicts:
library/utilities/accelerate
2013-10-01 21:22:17 -05:00
jctanner
351c4d749e
Merge pull request #4163 from lorin/htpasswd-doc
...
htpasswd docs: add notes about depending on python-passlib
2013-10-01 19:19:40 -07:00
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
2013-10-01 15:12:07 -07:00
James Cammarata
fa80a17aa3
Make recv_data less greedy so it doesn't eat other packets
2013-10-01 16:50:32 -05:00
Tim Gerla
70be8cfd17
ec2_eip module: note that there may be a delay before the reassigned instance is reachble.
2013-10-01 14:50:06 -07:00
James Cammarata
e3ff824ead
Minor tweak to doc formatting regarding accelerate package reqs
2013-10-01 16:12:40 -05:00
James Cammarata
ed686394cb
Merge pull request #4327 from berenddeboer/accelerate-on-freebsd
...
Added comment which two packages are needed on FreeBSD.
2013-10-01 14:11:35 -07:00
James Cammarata
8923a5b0d9
Drop default config value for accelerate timeout to 30 seconds
2013-10-01 16:10:48 -05:00
James Cammarata
c3d06b4639
Merge branch 'devel' of https://github.com/ansible/ansible into devel
2013-10-01 15:59:29 -05:00
James Tanner
c13dd50b5e
typo in ec2_eip docstring
2013-10-01 16:58:35 -04:00
James Cammarata
ac3cdf7c25
Merge branch 'devel' of https://github.com/digi691/ansible into digi691-devel
2013-10-01 15:51:51 -05:00
James Tanner
b98ab745f1
fix docstring indentation on scc modules
2013-10-01 16:46:17 -04:00
James Cammarata
12f6957596
Cleaning up some vvvv log messages in accelerate
2013-10-01 15:34:58 -05:00
James Cammarata
8c17711247
Removing accelerate_timeout as a playbook option
...
This will remain in ansible.cfg only.
2013-10-01 15:33:18 -05:00
James Cammarata
d317103371
Added in an accelerate connection timeout setting
2013-10-01 15:28:59 -05:00
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
2013-10-01 15:26:50 -05:00
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.
2013-10-01 15:19:21 -05:00
Berend de Boer
14cfac6b8b
Added comment which two packages are needed on FreeBSD.
2013-10-02 09:09:40 +13:00
James Cammarata
344d8d51ab
Use atomic_move to put the file, rather than shelling out
...
Fixes #4321
2013-10-01 14:47:50 -05:00
James Cammarata
8a3f8b757b
Make sure yaml data loaded for role is valid before using it
...
Fixes #4322
2013-10-01 10:52:39 -05:00
James Cammarata
bff47df5ff
Fix issue with ast evaluation of strings
2013-10-01 09:20:48 -05:00
James Cammarata
5b205ae8bd
Merge branch 'fixes/subprocess' of https://github.com/ferringb/ansible into ferringb-fixes/subprocess
2013-09-30 23:30:43 -05:00
James Cammarata
d89ce6ac61
Merge branch 'patch-1' of https://github.com/ustun/ansible into ustun-patch-1
2013-09-30 23:20:44 -05:00
James Cammarata
9341587520
Merge branch 'sha256sum-updates' of https://github.com/jlund/ansible into jlund-sha256sum-updates
2013-09-30 23:16:12 -05:00
James Cammarata
12a21d94b7
Merge branch 'allow_types_in_ini' of https://github.com/bcoca/ansible into bcoca-allow_types_in_ini
2013-09-30 22:56:07 -05:00
James Cammarata
0d81c2ecbb
Merge branch 'skyl-source_control-executable' into devel
2013-09-30 22:45:23 -05:00
jctanner
32a1dd422c
Merge pull request #4269 from jphalip/issue-4256
...
In the script action: Get around a Python bug.
2013-09-30 20:24:49 -07:00
James Cammarata
c8dcdc7b7a
Merge branch 'source_control-executable' of https://github.com/skyl/ansible into skyl-source_control-executable
2013-09-30 21:57:47 -05:00
James Cammarata
7aad576f5f
Minor change to add a space around role name/task delimiter
2013-09-30 21:51:39 -05:00
James Cammarata
1cc1e7058b
Merge branch 'role_report_fix1' of https://github.com/bennojoy/ansible into bennojoy-role_report_fix1
2013-09-30 21:25:11 -05:00
James Cammarata
8ed343cc36
Merge branch 'jsmartin-hide_skipped_hosts' into devel
2013-09-30 21:07:33 -05:00
James Cammarata
c8fa83c93f
Minor tweaks to the skipped config wording and adding documentation
2013-09-30 21:02:09 -05:00
James Cammarata
6cd8aacc81
Merge branch 'hide_skipped_hosts' of https://github.com/jsmartin/ansible into jsmartin-hide_skipped_hosts
2013-09-30 20:22:53 -05:00
cdigiovanni
7ff2b3befd
Added support to disable and enable upstart jobs
2013-09-30 14:50:47 -05:00
James Cammarata
52a42bf607
Add more verbose debugging options for accelerate
2013-09-30 14:08:07 -05:00
Michael DeHaan
ac0a7d965a
Merge pull request #4306 from sivel/3563-glob
...
Add fileglob Jinja2 filter. Fixes #3563
2013-09-30 11:17:31 -07:00
Matt Martz
535ce97067
Add fileglob Jinja2 filter. Fixes #3563
2013-09-30 12:55:13 -05:00
Michael DeHaan
9b5fb9ad6b
Merge pull request #4298 from illenseer/devel
...
Add option 'lz4' for compression in zfs module
2013-09-30 05:38:41 -07:00
Nils Pascal Illenseer
4ee6c6d5df
Add option 'lz4' for compression
2013-09-30 14:20:21 +02:00
Michael DeHaan
fcc84a3daa
Merge pull request #4294 from ferringb/fixes/constants
...
For defaults that are integers, enforce it for config supplied values.
2013-09-30 04:59:23 -07:00
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.
2013-09-29 23:56:41 -04:00
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).
2013-09-29 23:22:09 -04:00
Michael DeHaan
7ecb2b6728
Reinstate missing dynamic inventory content. Edits pending.
2013-09-29 20:39:29 -04:00
Michael DeHaan
b64edfe791
"make webdocs" sphinx output is now clean. Edit passes and additional content in docs still pending.
2013-09-29 20:10:37 -04:00
Michael DeHaan
5d6deb68ae
More work fixing doc links.
2013-09-29 20:09:30 -04:00
Michael DeHaan
df8b8fc4d6
Fixing some more doc links. Still not done.
2013-09-29 19:30:10 -04:00
Michael DeHaan
4a0e06dc80
Resolving some doc errors.
2013-09-29 19:16:59 -04:00
Michael DeHaan
71ddb80524
Tweaking doc titles.
2013-09-29 19:10:28 -04:00
Michael DeHaan
ad2736b253
Update tags and async sections, among other changes.
2013-09-29 19:03:51 -04:00
Michael DeHaan
c10904bcef
Prompts chapter
2013-09-29 18:44:46 -04:00