- /roles/grafana/tasks/main.yml - /roles/grafana/templates/docker-compose.yml.j2 - /roles/grafana/files/vmagent.yaml - /group_vars/all.yml
9 lines
197 B
YAML
9 lines
197 B
YAML
global:
|
|
scrape_interval: 30s
|
|
|
|
scrape_configs:
|
|
- job_name: 'node'
|
|
static_configs:
|
|
{%- for host in groups['all'] %}
|
|
- targets: ['{{ hostvars[host].int_ip }}:9100']
|
|
{%- endfor %} |