add ariane host_vars/ariane and role

This commit is contained in:
Daniel A. Maierhofer
2018-02-09 17:07:25 +01:00
parent 6364370baf
commit fb096eaa7d
15 changed files with 260 additions and 0 deletions

View 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