15 lines
296 B
YAML
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: []
|