mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Use common playbook to wait for SSH (#4734)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
787a9c74fa
commit
5e3bd2dff1
@@ -40,16 +40,6 @@
|
||||
until:
|
||||
- vm_ips.stdout | ipaddr
|
||||
|
||||
- name: Wait for SSH to become available on vms
|
||||
wait_for:
|
||||
host: "{{ item.stdout }}"
|
||||
port: 22
|
||||
delay: 30
|
||||
timeout: 240
|
||||
state: started
|
||||
with_items:
|
||||
- "{{ vm_ips.results }}"
|
||||
|
||||
- name: "Create inventory for CI test in file /tmp/{{ test_name }}/inventory"
|
||||
template:
|
||||
src: "inventory.j2"
|
||||
|
||||
Reference in New Issue
Block a user