summaryrefslogtreecommitdiffstats
path: root/roles/openshift_loadbalancer/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Cast openshift_docker_use_system_container to boolMichael Gugino2018-01-021-1/+1
| | | | | | | | | | | | | openshift_docker_use_system_container might be passed in via ini inventory as 'openshift_docker_use_system_container=false' This condition will be interpreted as a string type, instead of boolean. Casting openshift_docker_use_system_container as bool will achieve the users desired intent. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1528943
* Remove some small items from openshift_factsMichael Gugino2017-12-181-0/+6
| | | | | Remove some small items from openshift_facts that don't need to be there.
* Implement container runtime roleMichael Gugino2017-12-011-0/+2
|
* 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.