From 23ec5073810119ac5684d1b4458ec27ed898228e Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Thu, 20 Apr 2023 10:24:53 +0200 Subject: first commit --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..b6505e6 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# zfs + +## Example playbook + +``` +- hosts: foo + vars: + roles: + - role: someone_stole_my_name.zfs + vars: + zpools: + - name: foopool + state: present + mode: mirror + mountpoint: none + devices: + - ata-ST4000VN006-5CW102_ZW60XPA3 + - ata-ST4000VN006-5CW102_ZW60XPA5 + + zvols: + - name: barvool + state: present + pool: foopool + extra_zfs_properties: + refquota: 256M + dedup: on + compression: on + mountpoint: /mnt/barvool +``` -- cgit v1.2.3