provision_install.yml 274 B

123456789
  1. ---
  2. - name: Check the prerequisites for cluster provisioning in OpenStack
  3. include: prerequisites.yml
  4. - name: Include the provision.yml playbook to create cluster
  5. include: provision.yml
  6. - name: Include the install.yml playbook to install cluster
  7. include: install.yml