aboutsummaryrefslogtreecommitdiffstats
path: root/roles/pf/defaults/main.yml
blob: 29a53f81e56d3c91bfdbb4ec41cc621c4de5f5e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---

pf_rules: null
# name: ...
#   protocol: ...
#   port: ...
# name: ...
#   protocol: ...
#   port: ...

pf_configuration_file: /etc/pf.conf
pf_test_ports:
  - "{{ ansible_port }}"
remember that computers suck.