Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relocate filter plugins to lib_utils | Michael Gugino | 2017-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms. | ||||
* | Removing dependencies for openshift_repos and setting them up early in the ↵ | Kenny Woodson | 2017-08-14 | 1 | -1/+0 |
| | | | | cluster build. | ||||
* | First attempt at refactor of os_firewall | Kenny Woodson | 2017-08-08 | 1 | -11/+1 |
| | |||||
* | Refactored to use Ansible systemd module | Russell Teague | 2016-11-28 | 1 | -1/+1 |
| | | | | | | * 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 | ||||
* | Add nuage rest server port to haproxy firewall rules. | Andrew Butcher | 2016-10-14 | 1 | -0/+5 |
| | |||||
* | Filterize haproxy frontends/backends and add method for providing additional ↵ | Andrew Butcher | 2016-10-03 | 1 | -2/+2 |
| | | | | frontends/backends. | ||||
* | Add openshift_loadbalancer_facts role to set lb facts prior to running ↵ | Andrew Butcher | 2016-06-08 | 1 | -2/+2 |
| | | | | dependencies. | ||||
* | Add haproxy_frontend_port to vars for openshift-loadbalancer. | Andrew Butcher | 2016-06-01 | 1 | -0/+5 |
| | |||||
* | Separate master and haproxy config playbooks. | Andrew Butcher | 2016-05-26 | 1 | -0/+15 |
* Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration. |