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:
parent
e11b39314d
commit
3fdaf170d5
1 changed files with 2 additions and 2 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue