aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Segundo2023-05-05 21:44:41 +0200
committerChristian Segundo2023-05-05 21:44:41 +0200
commit6c6602ec875e6822bc9b19a9b6d4489e6fe1707b (patch)
tree7d4b071c6cb7943ca4f2932e2bc9a4c51b1f8e3a /README.md
parent23ec5073810119ac5684d1b4458ec27ed898228e (diff)
downloadzfs-6c6602ec875e6822bc9b19a9b6d4489e6fe1707b.tar.gz
move readme to wiki
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 0 insertions, 29 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index b6505e6..0000000
--- a/README.md
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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
-```