ansible-homelab/prometheus-setup.yml
2024-10-26 13:35:07 -05:00

7 lines
143 B
YAML

---
- hosts: localhost
tasks:
- name: Import the Node Exporter role
import_role:
name: prometheus.prometheus.node_exporter