Raspberry-Pi-IaC/roles/monitoring/tasks/main.yml
2024-09-16 11:33:05 +02:00

7 lines
245 B
YAML

---
- name: Include the Prometheus role
ansible.builtin.include_role:
name: prometheus.prometheus.prometheus
- name: Include the Prometheus - node exporter role
ansible.builtin.include_role:
name: prometheus.prometheus.node_exporter