summaryrefslogtreecommitdiffstats
path: root/roles/openshift_loadbalancer/templates/haproxy.cfg.j2
Commit message (Collapse)AuthorAgeFilesLines
* [1506866] Update haproxy.cfg.j2Russell Teague2018-01-231-1/+2
|
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-1/+1
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Fix containerized haproxy configAndrew Lau2017-01-251-2/+6
|
* Filterize haproxy frontends/backends and add method for providing additional ↵Andrew Butcher2016-10-031-4/+4
| | | | frontends/backends.
* Fix haproxy logsScott Dodson2016-07-281-0/+1
|
* Separate master and haproxy config playbooks.Andrew Butcher2016-05-261-0/+76
* Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration.