tripleo-ha-utils/roles/validate-ha/tasks/heat-validation-check.yml

8 lines
172 B
YAML

---
- name: Wait up to five minutes for the instance to be reachable
wait_for:
host: "{{ vars[ stack_name + '_instance_ip'].stdout }}"
port: 22
timeout: 300