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

11 lines
224 B
YAML
Raw Normal View History

---
{% for host in groups['legacy_link'] %}
- targets:
- "{{ hostvars[host].vpc_ip | default(host) }}:9100"
labels:
job: node
app: legacy_link
instance: "{{ host }}"
2026-05-30 13:32:04 +01:00
hostname: "{{ host }}"
{% endfor %}