summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-management
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/byo/openshift-management')
-rw-r--r--playbooks/byo/openshift-management/config.yml8
-rw-r--r--playbooks/byo/openshift-management/uninstall.yml6
2 files changed, 14 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-management/config.yml b/playbooks/byo/openshift-management/config.yml
new file mode 100644
index 000000000..33a555cc1
--- /dev/null
+++ b/playbooks/byo/openshift-management/config.yml
@@ -0,0 +1,8 @@
+---
+- include: ../openshift-cluster/initialize_groups.yml
+ tags:
+ - always
+
+- include: ../../common/openshift-cluster/evaluate_groups.yml
+
+- include: ../../common/openshift-management/config.yml
diff --git a/playbooks/byo/openshift-management/uninstall.yml b/playbooks/byo/openshift-management/uninstall.yml
new file mode 100644
index 000000000..ebd6fb261
--- /dev/null
+++ b/playbooks/byo/openshift-management/uninstall.yml
@@ -0,0 +1,6 @@
+---
+# - include: ../openshift-cluster/initialize_groups.yml
+# tags:
+# - always
+
+- include: ../../common/openshift-management/uninstall.yml