summaryrefslogtreecommitdiffstats
path: root/roles/openshift_loadbalancer/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Error out if containerized=true for lb host.Devan Goodwin2016-10-061-1/+3
|
* Filterize haproxy frontends/backends and add method for providing additional ↵Andrew Butcher2016-10-031-3/+1
| | | | frontends/backends.
* Add openshift_loadbalancer_facts role to set lb facts prior to running ↵Andrew Butcher2016-06-081-30/+0
| | | | dependencies.
* Separate master and haproxy config playbooks.Andrew Butcher2016-05-261-0/+73
* Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration.