Files
ansible/roles/common/tasks/main.yaml
2024-09-26 17:06:04 +02:00

7 lines
161 B
YAML

- name: Common Tasks for all hosts
include_tasks: "{{ ansible_system | lower }}.yaml"
- name: Prometheus
include_role:
name: prometheus-node-exporter