Tweak some values to try and get things working.
This commit is contained in:
parent
983ace10be
commit
e5a5ca9e79
2 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# New tasks to spin up instance in https://fed-cloud09.cloud.fedoraproject.org
|
||||
|
||||
- name: check it out
|
||||
local_action: shell nc -d -z -w 5 {{ inventory_hostname }} 22 >>/dev/null
|
||||
local_action: shell nc -d -z -w 5 {{ public_ip }} 22 >>/dev/null
|
||||
register: host_is_up
|
||||
ignore_errors: true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue