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:
2
ansible/roles/firewall/tasks/main.yaml
Normal file
2
ansible/roles/firewall/tasks/main.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
- import_tasks: tasks/common.yaml
|
||||
when: (pf_config is defined and os_flavor == "freebsd") or (os_flavor == "linux")
|
||||
Reference in New Issue
Block a user