Files
ansible/roles/common/tasks/main.yaml
2024-12-01 11:11:16 +01: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