James Cammarata
d21714a37f
Fix for network byte order issues in accelerate
12 years ago
James Cammarata
912e3a7b0b
Merge branch 'accelerate_improvements' into devel
...
Conflicts:
library/utilities/accelerate
12 years ago
James Cammarata
fa80a17aa3
Make recv_data less greedy so it doesn't eat other packets
12 years ago
James Cammarata
8923a5b0d9
Drop default config value for accelerate timeout to 30 seconds
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
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
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
12a21d94b7
Merge branch 'allow_types_in_ini' of https://github.com/bcoca/ansible into bcoca-allow_types_in_ini
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
7aad576f5f
Minor change to add a space around role name/task delimiter
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
6cd8aacc81
Merge branch 'hide_skipped_hosts' of https://github.com/jsmartin/ansible into jsmartin-hide_skipped_hosts
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
Matt Martz
535ce97067
Add fileglob Jinja2 filter. Fixes #3563
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
Ustun Ozgur
977b31249a
Update cache check in find_plugin
...
I am not familiar with the internals, but this line looked suspicious.
12 years ago
Julien Phalip
44aeea7afc
In the script action: Get around a bug in that's been fixed in Python 2.7 but not Python 2.6.
...
See: http://bugs.python.org/issue6988
Fixes #4256 .
12 years ago
James Cammarata
039d4c95d9
Merge pull request #4221 from ashorin/unicode-md5
...
Prevent UnicodeEncodeError: 'ascii' codec can't encode characters in pos...
12 years ago
Brian Coca
771435deb4
now ini vars are typed
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
James Martin
d5f20e6b21
Optionally display Skipping [host] messages.
12 years ago
bennojoy
482cb72128
role report fix
12 years ago
Preston Marshall
3ee7b177e8
Allow storing input from user in a pause prompt
12 years ago
James Cammarata
1c97831288
Merge branch 'empty_inventory' of https://github.com/spil-jasper/ansible into spil-jasper-empty_inventory
12 years ago
James Cammarata
994dfb84fc
Minor pep8 cleanup and CHANGELOG update for do-until
12 years ago
James Cammarata
202c4f5294
Merge branch 'do_until_14' of https://github.com/bennojoy/ansible into bennojoy-do_until_14
12 years ago
James Cammarata
478c400817
Minor pep8 cleanup in the new jail connection plugin
12 years ago
James Cammarata
0e0595bdb2
Merge branch 'jail' of https://github.com/mscherer/ansible into mscherer-jail
12 years ago
bennojoy
70a9a797fa
Fix for accelerate when ansible_ssh_user is specified
12 years ago
Jasper Capel
d4dec5f577
Allow creating empty inventory
...
Instantiating the Inventory class with host_list=None now results in an
empty inventory instead of an error.
12 years ago
Andrey Shorin
fd101dd2d6
Encode to utf-8 only when needed
12 years ago
Andrey Shorin
21f5bc4242
Prevent UnicodeEncodeError: 'ascii' codec can't encode characters in position ...: ordinal not in range(128)
12 years ago
bennojoy
0e749611ac
doc update and add attempts
12 years ago
bennojoy
21529de82e
dountil feature commit 2
12 years ago
bennojoy
53e48b63a9
dountil feature commit 1
12 years ago
Michael DeHaan
319a0f9523
Merge pull request #4154 from mplonka/AIX_MD5
...
using AIX 'csum' command for generating MD5 checksums
12 years ago
Michael DeHaan
7f8126a6c9
Merge pull request #4168 from nigelm/md5_filter
...
Added md5 as a jinja filter - returns hex digest of input
12 years ago
Andrey Shorin
cb4b964070
Allow for dynamic accelerate_port: and port: in plays
12 years ago
James Cammarata
1f674c4a50
Merge branch 'fix_selinux_debian' of https://github.com/mscherer/ansible into mscherer-fix_selinux_debian
12 years ago
Alek Storm
3569a2ffee
Handle AnsibleUndefinedVariable's raised from lookup plugins like jinja2 UndefinedError's
12 years ago
James Cammarata
47b9cc6311
Merge branch 'meta-roles' of https://github.com/eggsby/ansible into eggsby-meta-roles
...
Conflicts:
lib/ansible/playbook/play.py
12 years ago
James Cammarata
27e8675277
Make the role_name in the task its own field for use in the callback
12 years ago