summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-02-07 16:29:37 -0500
committerKenny Woodson <kwoodson@redhat.com>2017-02-07 16:29:37 -0500
commit3558b1b90af6370bf6188c6f2005500e76ff1e86 (patch)
tree95aff049a2e60c7a4c07f6b5473f5a366955d252 /playbooks
parent0a625596bd312e46cf54102f5a90b09f9d61699c (diff)
downloadopenshift-3558b1b90af6370bf6188c6f2005500e76ff1e86.tar.gz
openshift-3558b1b90af6370bf6188c6f2005500e76ff1e86.tar.bz2
openshift-3558b1b90af6370bf6188c6f2005500e76ff1e86.tar.xz
openshift-3558b1b90af6370bf6188c6f2005500e76ff1e86.zip
Moving to ansible variable.
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-master/restart_hosts.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-master/restart_hosts.yml b/playbooks/common/openshift-master/restart_hosts.yml
index c6c0fea55..a9750e40f 100644
--- a/playbooks/common/openshift-master/restart_hosts.yml
+++ b/playbooks/common/openshift-master/restart_hosts.yml
@@ -14,7 +14,7 @@
state=started
delay=10
timeout=600
- port=22
+ port="{{ ansible_ssh_port }}"
become: no
# Now that ssh is back up we can wait for API on the remote system,