mirror of https://github.com/ceph/ceph-ansible.git
16 lines
269 B
YAML
16 lines
269 B
YAML
|
---
|
||
|
## Deploy Ceph Oject Storage Daemon(s)
|
||
|
#
|
||
|
|
||
|
- include: journal_collocation.yml
|
||
|
when: journal_collocation
|
||
|
|
||
|
- include: raw_journal.yml
|
||
|
when: raw_journal
|
||
|
|
||
|
- include: raw_multi_journal.yml
|
||
|
when: raw_multi_journal
|
||
|
|
||
|
- include: osd_directory.yml
|
||
|
when: osd_directory
|