Update infra semaphore

This commit is contained in:
2024-03-17 20:48:58 +01:00
parent c6ed07e1f2
commit 7485cee556
6 changed files with 93 additions and 40 deletions

View File

@@ -57,6 +57,14 @@ prometheus_scrape_configs:
static_configs:
- targets:
- "{{ ansible_hostname }}.netbird.cloud:9100"
- job_name: "node2"
scheme: https # Custom scrape job, here using `static_config`
metrics_path: "/metrics"
tls_config:
ca_file: "/etc/node_exporter/tls_scaleway.cert"
static_configs:
- targets:
- "scaleway.netbird.cloud:9100"
# - "{{ host_private_address }}:9100"
- job_name: "git"
scheme: https # Custom scrape job, here using `static_config`