diff options
author | Russell Teague <rteague@redhat.com> | 2017-10-03 11:38:19 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-10-03 13:26:24 -0400 |
commit | a34bb1142f01ff0768e386a3a025a5a9012fd8eb (patch) | |
tree | 1895ea14bd3d90af932c815cb1653a75e1d8a9c7 /playbooks/common/openshift-cluster/config.yml | |
parent | 158bc58ed9df2926b04c63dc0c72a7aa4f2192a2 (diff) | |
download | openshift-a34bb1142f01ff0768e386a3a025a5a9012fd8eb.tar.gz openshift-a34bb1142f01ff0768e386a3a025a5a9012fd8eb.tar.bz2 openshift-a34bb1142f01ff0768e386a3a025a5a9012fd8eb.tar.xz openshift-a34bb1142f01ff0768e386a3a025a5a9012fd8eb.zip |
Move master cert playbooks into master config path
Diffstat (limited to 'playbooks/common/openshift-cluster/config.yml')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index 66ae941c3..8d548b1dd 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/playbooks/common/openshift-cluster/config.yml @@ -26,10 +26,6 @@ - include: ../openshift-loadbalancer/config.yml when: groups.oo_lb_to_config | default([]) | count > 0 -- include: ../openshift-master/ca.yml - -- include: ../openshift-master/certificates.yml - - include: ../openshift-master/config.yml - include: ../openshift-master/additional_config.yml |