site.yml 776 B

1234567891011121314151617181920212223
  1. ---
  2. # Unfortunately, you must run this one yourself.
  3. #- import_playbook: 00-general-pre-flight.yml
  4. # Do everything else all at once, and in correct order.
  5. #- import_playbook: 10-lab-tmp-fixes.yml <-- nothing to do here at the moment
  6. - import_playbook: 20-general-post-tmp.yml
  7. - import_playbook: 30-quay-pre-tasks.yml
  8. - import_playbook: 31-quay-dependencies.yml
  9. - import_playbook: 32-quay-deploy.yml
  10. - import_playbook: 33-clair-deploy.yml
  11. - import_playbook: 34-clair-disable.yml
  12. - import_playbook: 40-mirror-prep.yml
  13. # This one will probably blow up, so anything beyond this point will need to be
  14. # run manually to prevent excessive time wastage.
  15. - import_playbook: 45-oc-mirror.yml
  16. - import_playbook: 50-install-prepare.yml
  17. - import_playbook: 52-coreos-installer.yml
  18. ...