@@ -443,6 +443,8 @@ Under the [accelerate] header, the following settings are tunable for :doc:`play
...
@@ -443,6 +443,8 @@ Under the [accelerate] header, the following settings are tunable for :doc:`play
accelerate_port
accelerate_port
===============
===============
.. versionadded:: 1.3
This is the port to use for accelerate mode::
This is the port to use for accelerate mode::
accelerate_port = 5099
accelerate_port = 5099
...
@@ -450,6 +452,8 @@ This is the port to use for accelerate mode::
...
@@ -450,6 +452,8 @@ This is the port to use for accelerate mode::
accelerate_timeout
accelerate_timeout
==================
==================
.. versionadded:: 1.4
This setting controls the timeout for receiving data from a client. If no data is received during this time, the socket connection will be closed. A keepalive packet is sent back to the controller every 15 seconds, so this timeout should not be set lower than 15 (by default, the timeout is 30 seconds)::
This setting controls the timeout for receiving data from a client. If no data is received during this time, the socket connection will be closed. A keepalive packet is sent back to the controller every 15 seconds, so this timeout should not be set lower than 15 (by default, the timeout is 30 seconds)::
accelerate_timeout = 30
accelerate_timeout = 30
...
@@ -457,6 +461,8 @@ This setting controls the timeout for receiving data from a client. If no data i
...
@@ -457,6 +461,8 @@ This setting controls the timeout for receiving data from a client. If no data i
accelerate_connect_timeout
accelerate_connect_timeout
==========================
==========================
.. versionadded:: 1.4
This setting controls the timeout for the socket connect call, and should be kept relatively low. The connection to the `accelerate_port` will be attempted 3 times before Ansible will fall back to ssh or paramiko (depending on your default connection setting) to try and start the accelerate daemon remotely. The default setting is 1.0 seconds::
This setting controls the timeout for the socket connect call, and should be kept relatively low. The connection to the `accelerate_port` will be attempted 3 times before Ansible will fall back to ssh or paramiko (depending on your default connection setting) to try and start the accelerate daemon remotely. The default setting is 1.0 seconds::