Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cast openshift_docker_use_system_container to bool | Michael Gugino | 2018-01-02 | 1 | -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_facts | Michael Gugino | 2017-12-18 | 1 | -0/+6 |
| | | | | | Remove some small items from openshift_facts that don't need to be there. | ||||
* | Implement container runtime role | Michael Gugino | 2017-12-01 | 1 | -0/+2 |
| | |||||
* | Remove openshift-common | Michael Gugino | 2017-09-06 | 1 | -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 Woodson | 2017-08-25 | 1 | -2/+2 |
| | |||||
* | Updated README to reflect refactor. Moved firewall initialize into separate ↵ | Kenny Woodson | 2017-08-10 | 1 | -0/+3 |
| | | | | file. | ||||
* | Adding a default condition and removing unneeded defaults. | Kenny Woodson | 2017-08-09 | 1 | -2/+0 |
| | |||||
* | First attempt at refactor of os_firewall | Kenny Woodson | 2017-08-08 | 1 | -0/+12 |
| | |||||
* | Add containzerized haproxy option | Andrew Lau | 2017-01-21 | 1 | -1/+1 |
| | |||||
* | Add openshift_loadbalancer_facts role to set lb facts prior to running ↵ | Andrew Butcher | 2016-06-08 | 1 | -2/+0 |
| | | | | dependencies. | ||||
* | Add haproxy_frontend_port to vars for openshift-loadbalancer. | Andrew Butcher | 2016-06-01 | 1 | -8/+2 |
| | |||||
* | Separate master and haproxy config playbooks. | Andrew Butcher | 2016-05-26 | 1 | -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. |