summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack/openshift-cluster/provision_install.yml
blob: 5d88c105f844ed591a29af880480c84bb9e3e995 (plain)
1
2
3
4
5
6
7
8
9
---
- name: Check the prerequisites for cluster provisioning in OpenStack
  include: prerequisites.yml

- name: Include the provision.yml playbook to create cluster
  include: provision.yml

- name: Include the install.yml playbook to install cluster
  include: install.yml