Files
role_nftables/defaults/main.yml
T
2026-09-17 11:57:38 +02:00

15 lines
296 B
YAML

---
# defaults file for nftables
# Template used to configure nftables
nftables_conf_template: nftables.conf.j2
# Default configuration path
nftables_conf_path: /etc/nftables.conf
# Path of sysctl ipforwarding file
nftables_ip_forwarding_path: ""
# List of rules to deploy
nftables_rules: []