mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-11 21:19:28 -02:30
Use common playbook to wait for SSH (#4734)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
787a9c74fa
commit
5e3bd2dff1
@@ -71,16 +71,3 @@
|
||||
state: absent
|
||||
recurse: yes
|
||||
when: delete_group_vars
|
||||
|
||||
- name: Wait for instances
|
||||
hosts: "waitfor_hosts"
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Wait for SSH to come up.
|
||||
wait_for:
|
||||
host: "{{ inventory_hostname }}"
|
||||
port: 22
|
||||
delay: 60
|
||||
timeout: 240
|
||||
state: started
|
||||
delegate_to: localhost
|
||||
|
||||
Reference in New Issue
Block a user