summaryrefslogtreecommitdiffstats
path: root/deployment/playbooks/ocp-end-to-end.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/playbooks/ocp-end-to-end.yaml')
-rw-r--r--deployment/playbooks/ocp-end-to-end.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/deployment/playbooks/ocp-end-to-end.yaml b/deployment/playbooks/ocp-end-to-end.yaml
new file mode 100644
index 00000000..58f0ca01
--- /dev/null
+++ b/deployment/playbooks/ocp-end-to-end.yaml
@@ -0,0 +1,15 @@
+---
+- include: setup.yaml
+ tags: ['setup']
+
+- include: prod.yaml
+ tags: ['prod']
+
+- include: ocp-install.yaml
+ tags: ['ocp-install']
+
+- include: ocp-configure.yaml
+ tags: ['ocp-configure']
+
+- include: clean.yaml
+ tags: ['clean']