This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/roles/nftables_baseline/defaults/main.yml

10 lines
335 B
YAML

---
chezlepro_nftables_enabled: false
chezlepro_firewall_allow_ssh: true
chezlepro_firewall_allow_icmp: true
chezlepro_firewall_input_policy: "drop"
chezlepro_firewall_forward_policy: "drop"
chezlepro_firewall_output_policy: "accept"
chezlepro_ssh_port: 22
chezlepro_firewall_extra_tcp_ports: []
chezlepro_firewall_extra_udp_ports: []