mirror of https://github.com/ceph/ceph-ansible.git
19 lines
484 B
Plaintext
19 lines
484 B
Plaintext
---
|
|
# Variables here are applicable to all host groups NOT roles
|
|
#
|
|
|
|
# Devices to be used as OSDs
|
|
# You can pre-provision disks that are not present yet.
|
|
# Ansible will just skip them. Newly added disk will be
|
|
# automatically configured during the next run.
|
|
#
|
|
devices:
|
|
- /dev/sdc
|
|
- /dev/sdd
|
|
|
|
# Use 'None' to undefined the variable.
|
|
# Using 'None' will colocate both journal and data on the same disk
|
|
# creating a partition at the beginning of the device
|
|
#
|
|
journal_device: /dev/sdb
|