This role bootstraps Ceph OSD(s). It can bootstrap dockerized Ceph OSD(s).
Nothing, it runs out of the box.
Have a look at: defaults/main.yml
.
Choose between the following scenario to configure your OSDs, choose only one:
journal_collocation
raw_multi_journal
osd_directory
Then:
devices
raw_journal_devices
(only if you activatedraw_multi_journal
)osd_directories
(only if you activatedosd_directory
)
The role leseb.ceph-common
must be installed.
- hosts: servers
remote_user: ubuntu
roles:
- { role: leseb.ceph-osd }
THIS REPOSITORY DOES NOT ACCEPT PULL REQUESTS PULL REQUESTS MUST GO THROUGH CEPH-ANSIBLE
Apache
This role was created by SĂ©bastien Han.