2025-12-22 11:12:45 +00:00
|
|
|
---
|
|
|
|
|
{% for host in groups['cdr_link'] %}
|
2026-05-30 13:32:04 +01:00
|
|
|
- targets:
|
|
|
|
|
- "{{ hostvars[host]['node_exporter_tailscale_ipv4'].stdout }}:9100"
|
2025-12-22 11:12:45 +00:00
|
|
|
labels:
|
2026-05-30 13:32:04 +01:00
|
|
|
instance: "{{ host }}"
|
|
|
|
|
hostname: "{{ host }}"
|
2025-12-22 11:12:45 +00:00
|
|
|
job: node
|
|
|
|
|
app: link
|
2026-05-30 13:32:04 +01:00
|
|
|
{% endfor %}
|