Commit Graph

6818 Commits (12f69575962110ccc8342960ed514b61e5ccf172)
 

Author SHA1 Message Date
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 52a42bf607 Add more verbose debugging options for accelerate 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
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
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
Michael DeHaan c10904bcef Prompts chapter 12 years ago
Michael DeHaan d494691398 Start of organizing variable section. This is all still in progress and not done, need to fix links between sections and re-add see-also sections, etc, etc. 12 years ago
Michael DeHaan 4cd3c5472f Refactor looping docs 12 years ago
Michael DeHaan 00c2c0b11c Conditionals chapter and some misc tweaks elsewhere 12 years ago
Michael DeHaan ddf51154fd Delegation documentation split 12 years ago
Michael DeHaan c4af4c65c3 Update check mode docs 12 years ago
Michael DeHaan a0ec399f35 Consolidate docs on accelerated mode 12 years ago
Michael DeHaan 19ac7cfe2a Refactor the roles information and provide a good example of the case for using roles. 12 years ago
Michael DeHaan 102b745b31 Add lots of docs on configuration settings, explaining what goes into ansible.cfg 12 years ago
Michael DeHaan 70dc1ef4e4 Update the /usr/bin/ansible example docs 12 years ago
Michael DeHaan e0ea3decae The patterns document is now it's own chapter since it applies to playbooks and /usr/bin/ansible alike. 12 years ago
Michael DeHaan 65a7ddc824 Organize dynamic inventory documentation. 12 years ago
Michael DeHaan 1e5edb2e0f Clean up inventory section. 12 years ago
Michael DeHaan 720abcb9ed Cleaunup to the getting started section. 12 years ago
Michael DeHaan 87702d50d8 Add missing file (stub) 12 years ago
Michael DeHaan 74e77bf1d8 Refactor install guide 12 years ago
Michael DeHaan 824a8b9136 Fix index formatting. 12 years ago
Michael DeHaan 759430d1e8 Add new topics to index 12 years ago
Michael DeHaan 858b6c4e64 Restructure the documentation index. 12 years ago
Michael DeHaan ef28d62846 Update TestUtils.py
tests shouldn't be making symlinks to system dirs, also fixes unit test report on OS X.
12 years ago
Michael DeHaan 05b3aaa39b Merge pull request #4280 from angstwad/devel
Use set_setting in rax.py inventory module
12 years ago
Paul Durivage 532c7db03b Update example to use RAX_CREDS_FILE env var 12 years ago
Paul Durivage e366712aca Use set_setting; alleviates pyrax requiring the ~/pyrax.cfg in order to establish identity_type 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
James Cammarata 0ee236bf57 Merge pull request #4257 from resmo/doc/changelog
changelog: be clear, host module is not related to ansible inventory
12 years ago
Rene Moser 1dc2582a2c be clear, host module is not related to ansible inventory 12 years ago
Michael DeHaan a002a24973 Merge pull request #4250 from bbhoss/devel
Allow storing input from user in a pause prompt
12 years ago
Preston Marshall 3ee7b177e8 Allow storing input from user in a pause prompt 12 years ago
James Cammarata 2ed803837e Merge pull request #4228 from mragh/devel
Include database param if provided and valid in django_admin commands
12 years ago
James Cammarata 9dd2d1eb13 Merge pull request #4222 from lessmian/devel
Module lvol fails when decimal point is a colon
12 years ago
James Cammarata 80524a8f2b Merge pull request #4165 from jerm/devel
dest in s3 module does not work with ~username expansion for home directories
12 years ago
James Cammarata 484297cfa8 Added a version_added string to the new digital_ocean module param 12 years ago
James Cammarata 3fd0eefb97 Merge branch 'digital_ocean_idempotence_take2' of https://github.com/ralphbean/ansible into ralphbean-digital_ocean_idempotence_take2 12 years ago