trixie/roles/two-interface-shorewall/handlers/main.yml

8 lines
220 B
YAML
Raw Normal View History

2018-05-31 18:20:51 +03:00
- name: restart networking
2019-05-24 22:24:17 +03:00
systemd: name=networking state=restarted enabled=yes
2018-05-31 18:20:51 +03:00
listen: restart networking
- name: restart shorewall
2019-05-24 22:24:17 +03:00
systemd: name=shorewall state=restarted enabled=yes
2018-05-31 18:20:51 +03:00
listen: restart shorewall