Add ulogd2

This commit is contained in:
2019-09-02 17:50:56 +00:00
parent a44a6540ba
commit a511491bdf
7 changed files with 97 additions and 0 deletions

View File

@ -31,3 +31,8 @@
- name: iptables-persistent
command: /usr/sbin/netfilter-persistent save
- name: restart ulogd
service:
name: "{{ firewall_ulogd_service_name }}"
state: restarted