mirror of https://github.com/ceph/ceph-ansible.git
15 lines
156 B
YAML
15 lines
156 B
YAML
|
---
|
||
|
# This playbook tests a Ceph Metadata server
|
||
|
|
||
|
- hosts:
|
||
|
- mdds
|
||
|
|
||
|
vars:
|
||
|
foo: bar
|
||
|
|
||
|
tasks:
|
||
|
|
||
|
- name: foo
|
||
|
command: bar
|
||
|
delegate_to: foobar
|