diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-11-29 10:39:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-29 10:39:42 -0500 |
commit | 4c2a6db2b968abdf7ab641340700856ff179e8e3 (patch) | |
tree | 1e1f99b1a04e7b95f14c20ea3333b74d8cfc4b9d /roles/openshift_loadbalancer/README.md | |
parent | 244132714dac209ebebe9141a58da5d2e9f1bb13 (diff) | |
parent | ec9c22ca6a376b7d1139a384dcb78f3f5bb5b607 (diff) | |
download | openshift-4c2a6db2b968abdf7ab641340700856ff179e8e3.tar.gz openshift-4c2a6db2b968abdf7ab641340700856ff179e8e3.tar.bz2 openshift-4c2a6db2b968abdf7ab641340700856ff179e8e3.tar.xz openshift-4c2a6db2b968abdf7ab641340700856ff179e8e3.zip |
Merge pull request #2868 from mtnbikenc/systemd-refactor
Refactored to use Ansible systemd module
Diffstat (limited to 'roles/openshift_loadbalancer/README.md')
-rw-r--r-- | roles/openshift_loadbalancer/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_loadbalancer/README.md b/roles/openshift_loadbalancer/README.md index 03e837e46..bea4c509b 100644 --- a/roles/openshift_loadbalancer/README.md +++ b/roles/openshift_loadbalancer/README.md @@ -6,6 +6,8 @@ OpenShift HaProxy Loadbalancer Configuration Requirements ------------ +* Ansible 2.2 + This role is intended to be applied to the [lb] host group which is separate from OpenShift infrastructure components. |