diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2015-08-21 23:49:49 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2015-11-04 19:57:21 -0500 |
commit | 3778662ef816b2bb0a3788ed65229b45622a0139 (patch) | |
tree | a64dec3e317a55d87d86a5262ca2b598f625c9de /roles/haproxy/handlers/main.yml | |
parent | 399b19864653806c769ac954a6c79ef13a895d64 (diff) | |
download | openshift-3778662ef816b2bb0a3788ed65229b45622a0139.tar.gz openshift-3778662ef816b2bb0a3788ed65229b45622a0139.tar.bz2 openshift-3778662ef816b2bb0a3788ed65229b45622a0139.tar.xz openshift-3778662ef816b2bb0a3788ed65229b45622a0139.zip |
Start of true master ha
Diffstat (limited to 'roles/haproxy/handlers/main.yml')
-rw-r--r-- | roles/haproxy/handlers/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/haproxy/handlers/main.yml b/roles/haproxy/handlers/main.yml new file mode 100644 index 000000000..ee60adcab --- /dev/null +++ b/roles/haproxy/handlers/main.yml @@ -0,0 +1,5 @@ +--- +- name: restart haproxy + service: + name: haproxy + state: restarted |