mirror of https://github.com/ceph/ceph-ansible.git
13 lines
366 B
YAML
13 lines
366 B
YAML
---
|
|
|
|
- name: "use ceph-volume lvm batch to create {{ osd_objectstore }} osds"
|
|
ceph_volume:
|
|
cluster: "{{ cluster }}"
|
|
objectstore: "{{ osd_objectstore }}"
|
|
batch_devices: "{{ devices }}"
|
|
dmcrypt: "{{ dmcrypt|default(omit) }}"
|
|
crush_device_class: "{{ crush_device_class|default(omit) }}"
|
|
action: "batch"
|
|
environment:
|
|
CEPH_VOLUME_DEBUG: 1
|