got it running, added net, pf and jail roles

This commit is contained in:
2024-11-08 20:08:56 +01:00
parent a5ab199dc8
commit 9c4b80cb5b
22 changed files with 229 additions and 16 deletions

View File

@@ -0,0 +1,15 @@
---
- name: start pf
service:
name: pf
state: started
async: 45
poll: 5
- name: start pflog
service:
name: pflog
state: started
- name: reload pf
shell: pfctl -nf /etc/pf.conf && pfctl -f /etc/pf.conf