summaryrefslogtreecommitdiff
path: root/roles/network/nftables/base/defaults/main.yml
blob: 95ec9073894018de1bd1406e05ddb22aad137d89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---
nftables_base_rules: {}

# nftables_base_rules:
#   example: |
#     table inet global {
#       chain input {
#         type filter hook input priority filter; policy drop;
#         ct state vmap { established: accept, related: accept, invalid: drop }
#       }
#     }