mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-21 10:57:41 -02:30
Use common playbook to wait for SSH (#4734)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
787a9c74fa
commit
5e3bd2dff1
@@ -90,8 +90,3 @@
|
||||
src: ../templates/inventory-do.j2
|
||||
dest: "{{ inventory_path }}"
|
||||
when: state == 'present'
|
||||
|
||||
- name: Wait for SSH to come up
|
||||
wait_for: host={{ item.droplet.ip_address }} port=22 delay=10 timeout=180 state=started
|
||||
with_items: "{{ droplets.results }}"
|
||||
when: state == 'present'
|
||||
|
||||
Reference in New Issue
Block a user