diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2017-02-07 16:23:08 -0500 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2017-02-07 16:23:08 -0500 |
commit | 0a625596bd312e46cf54102f5a90b09f9d61699c (patch) | |
tree | 2f26c227a87f434f748a93ca9db55a46990b1ada /playbooks/common | |
parent | 110556171248c21d28b882745210da4f537c15fa (diff) | |
download | openshift-0a625596bd312e46cf54102f5a90b09f9d61699c.tar.gz openshift-0a625596bd312e46cf54102f5a90b09f9d61699c.tar.bz2 openshift-0a625596bd312e46cf54102f5a90b09f9d61699c.tar.xz openshift-0a625596bd312e46cf54102f5a90b09f9d61699c.zip |
Specifying port for wait_for call.
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-master/restart_hosts.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-master/restart_hosts.yml b/playbooks/common/openshift-master/restart_hosts.yml index 475144dbf..c6c0fea55 100644 --- a/playbooks/common/openshift-master/restart_hosts.yml +++ b/playbooks/common/openshift-master/restart_hosts.yml @@ -14,6 +14,7 @@ state=started delay=10 timeout=600 + port=22 become: no # Now that ssh is back up we can wait for API on the remote system, |