initial
This commit is contained in:
6
roles/common/tasks/main.yaml
Normal file
6
roles/common/tasks/main.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: Common Tasks for all hosts
|
||||
include_tasks: "{{ ansible_system | lower }}.yaml"
|
||||
|
||||
- name: Prometheus
|
||||
include_role:
|
||||
name: prometheus-node-exporter
|
||||
Reference in New Issue
Block a user