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