--- # 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