summaryrefslogtreecommitdiffstats
path: root/roles/openshift_loadbalancer/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Pass first master's openshift_image_tag to openshift_loadbalancer for ↵Andrew Butcher2017-07-201-0/+2
| | | | containerized haproxy installation.
* Refactored to use Ansible systemd moduleRussell Teague2016-11-281-0/+2
| | | | | | * Ansible systemd module used in place of service module * Refactored command tasks which are no longer necessary * Applying rules from openshift-ansible Best Practices Guide
* Filterize haproxy frontends/backends and add method for providing additional ↵Andrew Butcher2016-10-031-5/+46
| | | | frontends/backends.
* Separate master and haproxy config playbooks.Andrew Butcher2016-05-261-0/+34
* Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration.