all: drop bootstrap__firewall_nftables=true
No longer necessary, iptables support was dropped. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f4d833730d
commit
61fd03b6d3
|
@ -12,9 +12,6 @@ bootstrap__sshguard_whitelist_extra: ['{{lookup("vault", "sshguard/whitelist", f
|
|||
# Wireguard
|
||||
wireguard_consul_acl_token: '{{lookup("vault", "consul/acl-tokens", field="wireguard", stage="all", env="all")}}'
|
||||
|
||||
# Firewall
|
||||
bootstrap__firewall_nftables: true
|
||||
|
||||
# Volume of Trace level logs is too high and fills up ES cluster.
|
||||
bootstrap__rsyslog_filter_rules: ['TRC']
|
||||
|
||||
|
|
Loading…
Reference in New Issue