[base:monitoring] add
This commit is contained in:
parent
1c947f6a56
commit
5403368cc0
|
@ -6,5 +6,8 @@
|
|||
- import_tasks: journal.yml
|
||||
tags:
|
||||
- base:journal
|
||||
- import_tasks: monitoring.yml
|
||||
tags:
|
||||
- base:monitoring
|
||||
tags:
|
||||
- base
|
||||
|
|
5
roles/base/tasks/monitoring.yml
Normal file
5
roles/base/tasks/monitoring.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: install prometheus node exporter
|
||||
apt:
|
||||
name: prometheus-node-exporter
|
||||
state: present
|
Reference in a new issue