This commit is contained in:
2020-04-29 18:49:59 +02:00
parent bd44e1968d
commit 7b4bc8a5a6
13 changed files with 1434 additions and 3 deletions

View File

@ -0,0 +1,20 @@
- name: Restart IPv4 Firewall
service:
name: ipt-firewall
state: restarted
when:
- main_ipv4_exists.stat.exists
- name: Restart IPv6 Firewall
service:
name: ip6t-firewall
state: restarted
when:
- main_ipv6_exists.stat.exists
- name: Restart Munin Node
service:
name: munin-node
state: restarted
when:
- munin_node_exists.stat.exists