mirror of https://github.com/ceph/ceph-ansible.git
17 lines
470 B
YAML
17 lines
470 B
YAML
---
|
|
|
|
- include: pre_requisite.yml
|
|
when: not ceph_containerized_deployment
|
|
|
|
- include: ./scenarios/journal_collocation.yml
|
|
when: journal_collocation and not ceph_containerized_deployment
|
|
|
|
- include: ./scenarios/raw_multi_journal.yml
|
|
when: raw_multi_journal and not ceph_containerized_deployment
|
|
|
|
- include: ./scenarios/osd_directory.yml
|
|
when: osd_directory and not ceph_containerized_deployment
|
|
|
|
- include: ./docker/main.yml
|
|
when: ceph_containerized_deployment
|