summaryrefslogtreecommitdiffstats
path: root/roles/openshift_loadbalancer/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Remove openshift-commonMichael Gugino2017-09-061-1/+7
| | | | | | | | | Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
* Default to global setting for firewall.Kenny Woodson2017-08-251-2/+2
|
* Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson2017-08-101-0/+3
| | | | file.
* Adding a default condition and removing unneeded defaults.Kenny Woodson2017-08-091-2/+0
|
* First attempt at refactor of os_firewallKenny Woodson2017-08-081-0/+12
|
* Add containzerized haproxy optionAndrew Lau2017-01-211-1/+1
|
* Add openshift_loadbalancer_facts role to set lb facts prior to running ↵Andrew Butcher2016-06-081-2/+0
| | | | dependencies.
* Add haproxy_frontend_port to vars for openshift-loadbalancer.Andrew Butcher2016-06-011-8/+2
|
* Separate master and haproxy config playbooks.Andrew Butcher2016-05-261-0/+22
* Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration.