mirror of https://github.com/ceph/ceph-ansible.git
10 lines
128 B
Plaintext
10 lines
128 B
Plaintext
|
---
|
||
|
copy_admin_key: True
|
||
|
user_config: True
|
||
|
test:
|
||
|
name: "test"
|
||
|
test2:
|
||
|
name: "test2"
|
||
|
pools:
|
||
|
- "{{ test }}"
|
||
|
- "{{ test2 }}"
|