diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-05-27 08:56:32 -0400 |
---|---|---|
committer | Jason DeTiberus <detiber@gmail.com> | 2016-05-27 08:56:32 -0400 |
commit | 4b734695abf9ca112c9ad3be33f03fcd1a1e7abf (patch) | |
tree | 714787ea14ac8cc432b6357f37e6d38a9dadbdfa /roles/openshift_loadbalancer/handlers | |
parent | 7a189730b1b6dddbed174586afe752615e60d948 (diff) | |
parent | 57abf26c30e306d1527e92a61a94088e542bb006 (diff) | |
download | openshift-4b734695abf9ca112c9ad3be33f03fcd1a1e7abf.tar.gz openshift-4b734695abf9ca112c9ad3be33f03fcd1a1e7abf.tar.bz2 openshift-4b734695abf9ca112c9ad3be33f03fcd1a1e7abf.tar.xz openshift-4b734695abf9ca112c9ad3be33f03fcd1a1e7abf.zip |
Merge pull request #1896 from abutcher/openshift-loadbalancer
Separate master and haproxy config playbooks.
Diffstat (limited to 'roles/openshift_loadbalancer/handlers')
-rw-r--r-- | roles/openshift_loadbalancer/handlers/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/openshift_loadbalancer/handlers/main.yml b/roles/openshift_loadbalancer/handlers/main.yml new file mode 100644 index 000000000..5b8691b26 --- /dev/null +++ b/roles/openshift_loadbalancer/handlers/main.yml @@ -0,0 +1,6 @@ +--- +- name: restart haproxy + service: + name: haproxy + state: restarted + when: not (haproxy_start_result_changed | default(false) | bool) |