diff options
author | Russell Teague <rteague@redhat.com> | 2017-09-13 10:42:35 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-09-13 10:42:35 -0400 |
commit | 6bb41e9099fffab0a64a01f29dfe5a201e30eb02 (patch) | |
tree | cbd16b73b338055ab531f45af229308e6ff4c577 /playbooks | |
parent | 2e0059890277f1e08b47bda9fe3c10507ccfaf97 (diff) | |
download | openshift-6bb41e9099fffab0a64a01f29dfe5a201e30eb02.tar.gz openshift-6bb41e9099fffab0a64a01f29dfe5a201e30eb02.tar.bz2 openshift-6bb41e9099fffab0a64a01f29dfe5a201e30eb02.tar.xz openshift-6bb41e9099fffab0a64a01f29dfe5a201e30eb02.zip |
Add loadbalancer config entry point
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/byo/openshift-loadbalancer/config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-loadbalancer/config.yml b/playbooks/byo/openshift-loadbalancer/config.yml new file mode 100644 index 000000000..32c828f97 --- /dev/null +++ b/playbooks/byo/openshift-loadbalancer/config.yml @@ -0,0 +1,6 @@ +--- +- include: ../openshift-cluster/initialize_groups.yml + +- include: ../../common/openshift-cluster/std_include.yml + +- include: ../../common/openshift-loadbalancer/config.yml |