From dabd42d40e01bdfa6ebd6cc6ef0a44e3f6779a0b Mon Sep 17 00:00:00 2001 From: friedrich goerz Date: Fri, 17 Dec 2021 09:22:30 +0100 Subject: [PATCH] DEV-280: added comment and removed my senseless delay/retries params --- roles/hcloud/tasks/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/hcloud/tasks/main.yml b/roles/hcloud/tasks/main.yml index 7cf0be8..af63c65 100644 --- a/roles/hcloud/tasks/main.yml +++ b/roles/hcloud/tasks/main.yml @@ -90,12 +90,11 @@ tags: - update_dns +# needed due to some weird hetzner behaviour that some servers need more time to be well provisioned - name: "Wait for {{ inventory_hostname }}" delegate_to: localhost wait_for: - timeout: 30 + timeout: 180 port: 22 host: '{{ stage_server_ip }}' search_regex: OpenSSH - retries: 20 - delay: 10