ansible-ceph/tests/functional/all_daemons/container/group_vars/clients
2026-04-06 07:08:17 +03:00

16 lines
210 B
Plaintext

---
user_config: True
copy_admin_key: True
test:
name: "test"
rule_name: "HDD"
size: 1
application: "rbd"
test2:
name: "test2"
size: 1
application: "rbd"
pools:
- "{{ test }}"
- "{{ test2 }}"