summaryrefslogtreecommitdiffstats
path: root/roles/openshift_loadbalancer/handlers
Commit message (Collapse)AuthorAgeFilesLines
* Refactored to use Ansible systemd moduleRussell Teague2016-11-281-1/+1
| | | | | | * 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
* Separate master and haproxy config playbooks.Andrew Butcher2016-05-261-0/+6
* Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration.