Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove openshift.common.{is_atomic|is_containerized} | Michael Gugino | 2017-12-20 | 1 | -7/+7 |
| | | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase. | ||||
* | Remove some small items from openshift_facts | Michael Gugino | 2017-12-18 | 1 | -1/+1 |
| | | | | | Remove some small items from openshift_facts that don't need to be there. | ||||
* | Deprecate using Ansible tests as filters | Russell Teague | 2017-12-14 | 1 | -2/+2 |
| | |||||
* | retry package operations | Luke Meyer | 2017-11-30 | 1 | -0/+2 |
| | | | | | | When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default). | ||||
* | Include Deprecation - openshift-loadbalancer | Russell Teague | 2017-11-22 | 1 | -2/+1 |
| | |||||
* | Updated README to reflect refactor. Moved firewall initialize into separate ↵ | Kenny Woodson | 2017-08-10 | 1 | -2/+2 |
| | | | | file. | ||||
* | Adding a default condition and removing unneeded defaults. | Kenny Woodson | 2017-08-09 | 1 | -4/+4 |
| | |||||
* | First attempt at refactor of os_firewall | Kenny Woodson | 2017-08-08 | 2 | -0/+44 |
| | |||||
* | Fix containerized haproxy config | Andrew Lau | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | Add containzerized haproxy option | Andrew Lau | 2017-01-21 | 1 | -3/+22 |
| | |||||
* | Refactored to use Ansible systemd module | Russell Teague | 2016-11-28 | 1 | -6/+2 |
| | | | | | | * Ansible systemd module used in place of service module * Refactored command tasks which are no longer necessary * Applying rules from openshift-ansible Best Practices Guide | ||||
* | Refactor to use Ansible package module | Russell Teague | 2016-11-17 | 1 | -1/+1 |
| | | | | | The Ansible package module will call the correct package manager for the underlying OS. | ||||
* | Fix changed_when | Scott Dodson | 2016-11-01 | 1 | -1/+1 |
| | |||||
* | Touch all ini_file files before using them | Scott Dodson | 2016-10-31 | 1 | -0/+10 |
| | | | | | | | | | Ansible 2.2 adds 'create' flag, however we'd like to preserve backwards compatability. Fixes bug 1390169 Fixes BZ1390169 Fixes #2668 | ||||
* | Error out if containerized=true for lb host. | Devan Goodwin | 2016-10-06 | 1 | -1/+3 |
| | |||||
* | Filterize haproxy frontends/backends and add method for providing additional ↵ | Andrew Butcher | 2016-10-03 | 1 | -3/+1 |
| | | | | frontends/backends. | ||||
* | Add openshift_loadbalancer_facts role to set lb facts prior to running ↵ | Andrew Butcher | 2016-06-08 | 1 | -30/+0 |
| | | | | dependencies. | ||||
* | Separate master and haproxy config playbooks. | Andrew Butcher | 2016-05-26 | 1 | -0/+73 |
* Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration. |