Add node exporter installation to monitoring
This commit is contained in:
parent
da250bc2be
commit
c4fd9047f7
2 changed files with 11 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
- name: Include Prometheus role
|
||||
- name: Include the Prometheus role
|
||||
ansible.builtin.include_role:
|
||||
name: prometheus.prometheus.prometheus
|
||||
- name: Include the Prometheus - node exporter role
|
||||
ansible.builtin.include_role:
|
||||
name: prometheus.prometheus.node_exporter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue