Skip to content

Commit

Permalink
Drop unnecessary nftables rules
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jan 24, 2025
1 parent dd5b0e9 commit 664a305
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions ansible/roles/prometheus_node_exporter/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,3 @@
- monitoring
- node_exporter
- config

- ansible.builtin.include_role:
name: nftables
vars:
nft_rules_tcp:
- name: 9100
rules:
- add rule inet filter input ip saddr 5.9.112.244 tcp dport 9100 counter accept comment "clickhouse prometheus from monitoring.ooni.org"
tags:
- monitoring
- node_exporter
- config
- nftables

0 comments on commit 664a305

Please sign in to comment.