Browse Source

Specifying port for wait_for call.

Kenny Woodson 8 years ago
parent
commit
0a625596bd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      playbooks/common/openshift-master/restart_hosts.yml

+ 1 - 0
playbooks/common/openshift-master/restart_hosts.yml

@@ -14,6 +14,7 @@
       state=started
       state=started
       delay=10
       delay=10
       timeout=600
       timeout=600
+      port=22
   become: no
   become: no
 
 
 # Now that ssh is back up we can wait for API on the remote system,
 # Now that ssh is back up we can wait for API on the remote system,