Add pflog configuration.

This commit is contained in:
Tom Alexander
2022-10-12 22:11:39 -04:00
parent 6bdbbfa2ac
commit 4d4068c889
4 changed files with 55 additions and 0 deletions

View File

@@ -3,3 +3,14 @@
service:
name: pf
state: reloaded
- name: restart pflog
when: is_pf_running.rc == 0
service:
name: pflog
state: restarted
- name: stop pflog
service:
name: pflog
state: stopped