7 lines
148 B
YAML
7 lines
148 B
YAML
|
---
|
||
|
- hosts: prometheus-clients
|
||
|
tasks:
|
||
|
- name: Import Node Exporter role
|
||
|
import_role:
|
||
|
name: prometheus.prometheus.node_exporter
|