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

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

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