Add fail2ban and zfs-auto-snapshot

This commit is contained in:
Daniel A. Maierhofer
2018-03-12 00:11:44 +01:00
parent 43f2d3dc3a
commit 056521f301
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,9 @@
- name: zfs - install ZoL utils - name: zfs - install ZoL utils
apt: name=zfsutils-linux state=latest apt: name=zfsutils-linux state=latest
- name: zfs - install zfs-auto-snapshot
apt: name=zfs-auto-snapshot state=latest
- name: zfs - load module - name: zfs - load module
modprobe: name=zfs modprobe: name=zfs
notify: zfs restart notify: zfs restart