summaryrefslogtreecommitdiffstats
path: root/playbooks/byo
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-09-01 13:01:24 -0400
committerGitHub <noreply@github.com>2017-09-01 13:01:24 -0400
commit2fdd7892232de00431601b817d428742e05efdf2 (patch)
tree60d5c31251d99d1c3e87818966e09167e562369c /playbooks/byo
parent4a11ed0808f508d7e9d0953149377e2e181bdae9 (diff)
parent606dc36288ef5478a9dae3f35f88e2f283d7635d (diff)
downloadopenshift-2fdd7892232de00431601b817d428742e05efdf2.tar.gz
openshift-2fdd7892232de00431601b817d428742e05efdf2.tar.bz2
openshift-2fdd7892232de00431601b817d428742e05efdf2.tar.xz
openshift-2fdd7892232de00431601b817d428742e05efdf2.zip
Merge pull request #5285 from mtnbikenc/breakout-master-config
Merged by openshift-bot
Diffstat (limited to 'playbooks/byo')
-rw-r--r--playbooks/byo/openshift-master/config.yml6
-rw-r--r--playbooks/byo/openshift-master/restart.yml4
2 files changed, 6 insertions, 4 deletions
diff --git a/playbooks/byo/openshift-master/config.yml b/playbooks/byo/openshift-master/config.yml
new file mode 100644
index 000000000..98be0c448
--- /dev/null
+++ b/playbooks/byo/openshift-master/config.yml
@@ -0,0 +1,6 @@
+---
+- include: ../openshift-cluster/initialize_groups.yml
+
+- include: ../../common/openshift-cluster/std_include.yml
+
+- include: ../../common/openshift-master/config.yml
diff --git a/playbooks/byo/openshift-master/restart.yml b/playbooks/byo/openshift-master/restart.yml
index 7988863f3..8950efd00 100644
--- a/playbooks/byo/openshift-master/restart.yml
+++ b/playbooks/byo/openshift-master/restart.yml
@@ -1,10 +1,6 @@
---
- include: ../openshift-cluster/initialize_groups.yml
- tags:
- - always
- include: ../../common/openshift-cluster/std_include.yml
- tags:
- - always
- include: ../../common/openshift-master/restart.yml