blob: bb1c0c6d3ae7689e3fa11103efc12374702d87c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
# zfs_volume:
# parent:
# type: zfs
# ...
# pool: tank
# name: foo/bar
# properties:
# quota: 10G
# dest: /srv/foo/bar
# mode: 0750
# owner: root
# group: users
zfs_volume: "{{ storage_volume }}"
|