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

@@ -3,3 +3,4 @@ zfs_snapshot_datasets:
- zroot/freebsd/computer/be/default
sshd_enabled: true
sshd_conf: "sshd_config"
pf_config: "homeserver_pf.conf"