diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-02-08 11:34:08 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-02-16 14:21:09 -0500 |
commit | 89afc792b4c49e926d50b1d99c2a79ce13526285 (patch) | |
tree | 5b8c16e1a1f3894f819790056a55eaa906a36ca4 /playbooks/common/openshift-cluster/config.yml | |
parent | 02cf4ef8e279602190ae991f028dc36793747e9e (diff) | |
download | openshift-89afc792b4c49e926d50b1d99c2a79ce13526285.tar.gz openshift-89afc792b4c49e926d50b1d99c2a79ce13526285.tar.bz2 openshift-89afc792b4c49e926d50b1d99c2a79ce13526285.tar.xz openshift-89afc792b4c49e926d50b1d99c2a79ce13526285.zip |
Move additional master configuration into a separate master playbook.
Diffstat (limited to 'playbooks/common/openshift-cluster/config.yml')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index 2cad4b362..23c8f039e 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/playbooks/common/openshift-cluster/config.yml @@ -11,4 +11,6 @@ - include: ../openshift-master/config.yml +- include: additional_config.yml + - include: ../openshift-node/config.yml |