1
0
Fork 0
home-stack-ansible/roles/common/tasks/monitoring.yml

5 lines
152 B
YAML
Raw Normal View History

2024-09-19 04:14:05 +00:00
- name: Import prometheus node_exporter role
import_role:
name: prometheus.prometheus.node_exporter
when: ansible_virtualization_role == 'host'