snel.kubernetes-cluster/roles/talos_wait_port/tasks/main.yml

9 lines
167 B
YAML

---
- name: Wait for Talos port 50000
delegate_to: "{{ talosctl_host }}"
become: false
ansible.builtin.wait_for:
host: "{{ ansible_host }}"
port: 50000