summaryrefslogtreecommitdiff
path: root/roles/openshift_loadbalancer/defaults
AgeCommit message (Collapse)Author
2018-01-02Cast openshift_docker_use_system_container to boolMichael Gugino
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
2017-12-18Remove some small items from openshift_factsMichael Gugino
Remove some small items from openshift_facts that don't need to be there.
2017-12-01Implement container runtime roleMichael Gugino
2017-09-06Remove openshift-commonMichael Gugino
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.
2017-08-25Default to global setting for firewall.Kenny Woodson
2017-08-10Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson
file.
2017-08-09Adding a default condition and removing unneeded defaults.Kenny Woodson
2017-08-08First attempt at refactor of os_firewallKenny Woodson
2017-01-21Add containzerized haproxy optionAndrew Lau
2016-06-08Add openshift_loadbalancer_facts role to set lb facts prior to running ↵Andrew Butcher
dependencies.
2016-06-01Add haproxy_frontend_port to vars for openshift-loadbalancer.Andrew Butcher
2016-05-26Separate master and haproxy config playbooks.Andrew Butcher
* Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration.