mirror of https://github.com/ceph/ceph-ansible.git
14 lines
136 B
YAML
14 lines
136 B
YAML
|
# This playbook tests a Ceph
|
||
|
|
||
|
- hosts:
|
||
|
- osds
|
||
|
|
||
|
vars:
|
||
|
foo: bar
|
||
|
|
||
|
tasks:
|
||
|
|
||
|
- name: foo
|
||
|
command: bar
|
||
|
delegate_to: foobar
|