add ariane host_vars/ariane and role
This commit is contained in:
12
roles/ariane/handlers/main.yml
Normal file
12
roles/ariane/handlers/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: iptables restore
|
||||
command: iptables-restore /etc/iptables/rules.v4
|
||||
|
||||
- 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