machine_setup/ansible/roles/firewall/handlers/main.yaml
Tom Alexander 6bdbbfa2ac
Create a firewall role that installs a pf.conf on FreeBSD.
Does not yet configure pflog nor does it do anything on Linux.
2022-10-12 21:23:40 -04:00

6 lines
93 B
YAML

- name: restart pf
when: is_pf_running.rc == 0
service:
name: pf
state: reloaded