mirror of https://github.com/ceph/ceph-ansible.git
ceph-osd: use the cluster param with the ceph_volume module
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/2245/head
parent
7721aa375e
commit
5e3d8dbf63
|
@ -2,6 +2,7 @@
|
|||
|
||||
- name: use ceph-volume to create osds
|
||||
ceph_volume:
|
||||
cluster: "{{ cluster }}"
|
||||
objectstore: "{{ osd_objectstore }}"
|
||||
data: "{{ item.data }}"
|
||||
data_vg: "{{ item.data_vg|default(omit) }}"
|
||||
|
|
Loading…
Reference in New Issue