mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
ssh retry docs addition (#77930)
This commit is contained in:
@@ -174,7 +174,10 @@ DOCUMENTATION = '''
|
||||
- name: ssh_extra_args
|
||||
default: ''
|
||||
reconnection_retries:
|
||||
description: Number of attempts to connect.
|
||||
description:
|
||||
- Number of attempts to connect.
|
||||
- Ansible retries connections only if it gets an SSH error with a return code of 255.
|
||||
- Any errors with return codes other than 255 indicate an issue with program execution.
|
||||
default: 0
|
||||
type: integer
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user