123456789101112131415161718192021222324252627282930 |
- ---
- # If you want to skip the dangerous parts (destroying filesystems, writing to disks, etc.), run with:
- #
- # --skip-tags=destroy
- #
- # Unfortunately, you must run this one separately:
- # - 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
- - import_playbook: 60-agent-inst-prep.yml
- - import_playbook: 62-agent-installation.yml
- ...
|