Add basic Prometheus role
This commit is contained in:
parent
11140291b4
commit
da250bc2be
4 changed files with 10 additions and 1 deletions
4
roles/monitoring/tasks/main.yml
Normal file
4
roles/monitoring/tasks/main.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
- name: Include Prometheus role
|
||||
ansible.builtin.include_role:
|
||||
name: prometheus.prometheus.prometheus
|
||||
2
roles/monitoring/vars/main/defaults.yml
Normal file
2
roles/monitoring/vars/main/defaults.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
prometheus_version: "2.54.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue