summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/provision_install.yml
blob: e787deced72ccb479baa8634625a338b0f0eb2e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
# Once an AMI is built then this script is used for
# the one stop shop to provision and install a cluster
# this playbook is run with the following parameters:
# ansible-playbook -i openshift-ansible-inventory provision_install.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

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

- name: Include the accept.yml playbook to accept nodes into the cluster
  include: accept.yml