diff options
| author | Jason DeTiberus <jdetiber@redhat.com> | 2015-08-25 08:42:20 -0400 | 
|---|---|---|
| committer | Andrew Butcher <abutcher@redhat.com> | 2015-11-04 19:57:22 -0500 | 
| commit | 18c877db73dcb63b1402322fe8352505006e4985 (patch) | |
| tree | 62534068df31898f763d791370455a9e7f574176 /roles/haproxy/defaults | |
| parent | 51bcc78aea4015bf23d06b621b57de675b21e7cf (diff) | |
| download | openshift-18c877db73dcb63b1402322fe8352505006e4985.tar.gz openshift-18c877db73dcb63b1402322fe8352505006e4985.tar.bz2 openshift-18c877db73dcb63b1402322fe8352505006e4985.tar.xz openshift-18c877db73dcb63b1402322fe8352505006e4985.zip | |
additional ha related updates
Diffstat (limited to 'roles/haproxy/defaults')
| -rw-r--r-- | roles/haproxy/defaults/main.yml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/roles/haproxy/defaults/main.yml b/roles/haproxy/defaults/main.yml index c002efdbc..16e9af4d1 100644 --- a/roles/haproxy/defaults/main.yml +++ b/roles/haproxy/defaults/main.yml @@ -1,7 +1,8 @@  ---  haproxy_frontends:  - name: main -  bind: "*:80" +  binds: +  - "*:80"    default_backend: default  haproxy_backends: | 
