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