alliance-boreale/infrastructure/ansible/roles/firewall_nftables/defaults/main.yml

10 lines
296 B
YAML
Raw Normal View History

2026-03-09 18:23:06 -04:00
---
firewall_nftables_enabled: true
firewall_nftables_allow_ipv6: true
firewall_nftables_allow_icmp: true
firewall_nftables_policy_input: drop
firewall_nftables_policy_forward: drop
firewall_nftables_policy_output: accept
firewall_nftables_allowed_tcp_in: []
firewall_nftables_allowed_udp_in: []