1
0
Fork 0
forked from infra/ansible

nftables: Use the config. table names in staging.

Signed-off-by: James Antill <james@and.org>
This commit is contained in:
James Antill 2026-06-01 18:43:59 -04:00
commit 3fdaf170d5

View file

@ -19,6 +19,6 @@ add rule {{_tn}} INPUT tcp dport 10051 counter accept
add rule {{_tn}} INPUT ip saddr 10.3.163.198 tcp dport 10050 counter accept
{% else %}
# zabbix01.stg
add rule ip filter INPUT tcp dport 10051 counter accept
add rule ip filter INPUT ip saddr 10.16.166.61 tcp dport 10050 counter accept
add rule {{_tn}} INPUT tcp dport 10051 counter accept
add rule {{_tn}} INPUT ip saddr 10.16.166.61 tcp dport 10050 counter accept
{% endif %}