EvoBSD/roles/pf/tasks/main.yml
Jérémy Dubois 5adeaa31e1
Some checks failed
continuous-integration/drone/push Build is failing
Add a pf tag that we skip for subsequent use
PacketFilter need to be customized only once, at the first use.
After that, pf.conf will be modified on the server for the needs of the
network. It must not be overwriten.
2020-10-14 09:40:59 +02:00

10 lines
132 B
YAML

---
- name: Setup pf.conf
template:
src: pf.conf.j2
dest: /etc/pf.conf
mode: "0600"
backup: true
tags:
- pf