diff --git a/roles/hcloud/tasks/main.yml b/roles/hcloud/tasks/main.yml index 61a6eaa..7cf0be8 100644 --- a/roles/hcloud/tasks/main.yml +++ b/roles/hcloud/tasks/main.yml @@ -93,8 +93,9 @@ - name: "Wait for {{ inventory_hostname }}" delegate_to: localhost wait_for: - timeout: 120 + timeout: 30 port: 22 host: '{{ stage_server_ip }}' - delay: 10 search_regex: OpenSSH + retries: 20 + delay: 10