provision_install.yml 298 B

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