mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Check port instead of Ansible connection because CoreOS doesn't have Python
This commit is contained in:
parent
e032e7c4f7
commit
69c6f665f7
@ -4,5 +4,8 @@
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Wait for the servers to comes up
|
||||
wait_for_connection:
|
||||
timeout: 600
|
||||
wait_for:
|
||||
host: '{{ ansible_host }}'
|
||||
port: 22
|
||||
search_regex: OpenSSH
|
||||
connection: local
|
||||
|
Loading…
Reference in New Issue
Block a user