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