ansible-collection-apps/playbooks/templates/seafile_sd.yml

11 lines
232 B
YAML
Raw Normal View History

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