10 lines
197 B
YAML
10 lines
197 B
YAML
|
|
---
|
||
|
|
{% for host in groups['legacy_link'] %}
|
||
|
|
- targets:
|
||
|
|
- "{{ hostvars[host].vpc_ip | default(host) }}:9100"
|
||
|
|
labels:
|
||
|
|
job: node
|
||
|
|
app: legacy_link
|
||
|
|
instance: "{{ host }}"
|
||
|
|
{% endfor %}
|