1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add ssh_connection / retries option documentation (#23463)

No docs were included when https://github.com/ansible/ansible/pull/9927 was merged.
This commit is contained in:
Ian Levesque 2017-04-18 20:06:51 -04:00 committed by scottb
parent d63af51f90
commit acd1dd8df1

View file

@ -1107,6 +1107,15 @@ This defaults to::
control_path_dir=~/.ansible/cp
.. _retries:
retries
=======
Adds the option to retry failed ssh executions if the failure is encountered in ssh itself, not the remote command. This can be helpful if there are transient network issues. Enabled by setting retries to an integer greater than 1. Defaults to::
retries = 0
.. _scp_if_ssh:
scp_if_ssh