dsk-dev kubespray 이동
This commit is contained in:
12
ansible/kubespray/tests/cloud_playbooks/wait-for-ssh.yml
Normal file
12
ansible/kubespray/tests/cloud_playbooks/wait-for-ssh.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- hosts: all
|
||||
become: False
|
||||
gather_facts: False
|
||||
|
||||
tasks:
|
||||
- name: Wait until SSH is available
|
||||
wait_for:
|
||||
host: "{{ ansible_host }}"
|
||||
port: 22
|
||||
timeout: 240
|
||||
delegate_to: localhost
|
||||
Reference in New Issue
Block a user