summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-loadbalancer
Commit message (Collapse)AuthorAgeFilesLines
* Pass first master's openshift_image_tag to openshift_loadbalancer for ↵Andrew Butcher2017-07-201-0/+1
| | | | containerized haproxy installation.
* Standardize add_host: with name and changed_whenRussell Teague2017-01-251-1/+4
| | | | | | | The add_host: task does not change any data on the host and as practice has been configured to changed_when: False. This commit standardizes that usage in the byo and common playbooks. Additionally, taks names are added to each task to improve troubleshooting.
* YAML LintingRussell Teague2016-12-121-1/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Template with_items for upstream ansible-2.2 compat.Andrew Butcher2016-10-141-1/+1
|
* Fix default port typo.Andrew Butcher2016-10-051-2/+2
|
* Filterize haproxy frontends/backends and add method for providing additional ↵Andrew Butcher2016-10-031-0/+11
| | | | frontends/backends.
* fix "hapoxy" typo in loadbalancer playbookMathias Merscher2016-07-061-1/+1
| | | | Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
* 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-0/+2
|
* Separate master and haproxy config playbooks.Andrew Butcher2016-05-265-0/+28
* Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration.