# Uncomment the include statement here to load the default config sample # in /etc/nftables for nftables service. #include "/etc/nftables/main.nft" # To customize, either edit the samples in /etc/nftables, append further # commands to the end of this file or overwrite it after first service # start by calling: 'nft list ruleset >/etc/sysconfig/nftables.conf'. # BEGIN ANSIBLE MANAGED BLOCK include "/etc/nftables/iptables.nft" include "/etc/nftables/edpm-chains.nft" include "/etc/nftables/edpm-rules.nft" include "/etc/nftables/edpm-jumps.nft" # END ANSIBLE MANAGED BLOCK