Create a firewall role that installs a pf.conf on FreeBSD.
Does not yet configure pflog nor does it do anything on Linux.
This commit is contained in:
5
ansible/roles/firewall/handlers/main.yaml
Normal file
5
ansible/roles/firewall/handlers/main.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: restart pf
|
||||
when: is_pf_running.rc == 0
|
||||
service:
|
||||
name: pf
|
||||
state: reloaded
|
||||
Reference in New Issue
Block a user