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:
Tom Alexander
2022-10-12 21:23:40 -04:00
parent f20dd66d88
commit 6bdbbfa2ac
12 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
- include_role:
name: per_user
- import_tasks: tasks/peruser_freebsd.yaml
when: 'os_flavor == "freebsd"'
- import_tasks: tasks/peruser_linux.yaml
when: 'os_flavor == "linux"'