mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
ansible: Set conn. retries to 4, for tasks with large num. of hosts.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
@@ -862,6 +862,9 @@ enable_plugins=ini, constructed
|
||||
|
||||
# (integer) Number of attempts to connect.
|
||||
;retries=0
|
||||
# Sometimes the nightly cron runs for updates/uptimes skip a host, assume
|
||||
# it's mostly due to weird connection/network issues so retry a bit.
|
||||
retries=4
|
||||
|
||||
# (string) This defines the location of the scp binary. It defaults to C(scp) which will use the first binary available in $PATH.
|
||||
;scp_executable=scp
|
||||
|
||||
Reference in New Issue
Block a user