From e6c3e373ff2420a257b1120665a11a1a8d5795ec Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: May 26 2020 15:13:05 +0000 Subject: Merge branch 'master' of ssh://pagure.io/fedora-infra/ansible --- diff --git a/roles/copr/backend/templates/resalloc/vm-aws-check b/roles/copr/backend/templates/resalloc/vm-aws-check index 3c450f8..30982f1 100755 --- a/roles/copr/backend/templates/resalloc/vm-aws-check +++ b/roles/copr/backend/templates/resalloc/vm-aws-check @@ -10,4 +10,4 @@ test -n "$RESALLOC_RESOURCE_DATA" # we only put IP out in spawning script, nothing else set -- $(echo "$RESALLOC_RESOURCE_DATA" | base64 --decode) IP=$1 -ssh "root@$IP" true +ssh -o ConnectTimeout=10 "root@$IP" true