Add zfs
This commit is contained in:
@@ -40,3 +40,12 @@
|
||||
|
||||
- name: restart smartd
|
||||
service: name=smartd state=restarted
|
||||
|
||||
- name: zfs - start services
|
||||
service: "name={{ item }} state=restarted"
|
||||
with_items:
|
||||
- zfs-import-cache
|
||||
- zfs-import-scan
|
||||
- zfs-mount
|
||||
- zfs-share
|
||||
listen: zfs restart
|
||||
|
||||
Reference in New Issue
Block a user