forked from bitlair/ansible
more nft
This commit is contained in:
parent
aa242b0327
commit
31d38e8f06
3 changed files with 18 additions and 0 deletions
|
@ -3,6 +3,11 @@ monitoring_bootstrap_cert: no
|
|||
acme_san_domains:
|
||||
- ["{{ monitoring_domain }}", monitoring.bitlair.nl]
|
||||
|
||||
nft: true
|
||||
group_nft_input:
|
||||
- "# Allow web-traffic from world"
|
||||
- "tcp dport { http, https } accept"
|
||||
|
||||
prometheus_scrape_configs:
|
||||
- job_name: "node"
|
||||
static_configs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue