Tweak some values to try and get things working.

This commit is contained in:
Kevin Fenzi 2015-05-13 20:45:05 +00:00
parent 983ace10be
commit e5a5ca9e79
2 changed files with 2 additions and 3 deletions

View file

@ -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