summaryrefslogtreecommitdiffstats
path: root/roles/openshift_loadbalancer/templates
Commit message (Collapse)AuthorAgeFilesLines
* Update systemd units to use proper container service nameSteve Milner2017-05-091-4/+4
| | | | | | | - If using a system container: container-engine - If using a package install: docker Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1448800
* Fix containerized haproxy configAndrew Lau2017-01-252-3/+7
|
* Add containzerized haproxy optionAndrew Lau2017-01-211-0/+17
|
* 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.