summaryrefslogtreecommitdiffstats
path: root/deployment/playbooks/ocp-end-to-end.yaml
blob: 58f0ca014bc2dbd843784e72c039cf759acc7ec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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']