mirror of https://github.com/ceph/ceph-ansible.git
14 lines
176 B
YAML
14 lines
176 B
YAML
|
---
|
||
|
# This playbook tests a Ceph object storage daemon
|
||
|
|
||
|
- hosts:
|
||
|
- osds
|
||
|
|
||
|
vars:
|
||
|
foo: bar
|
||
|
|
||
|
tasks:
|
||
|
|
||
|
- name: Create a RBD image
|
||
|
command: rbd create -s 10240 foobar
|