[base:monitoring] add

master
Simon Bruder 2019-04-13 19:04:40 +00:00
parent 1c947f6a56
commit 5403368cc0
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 8 additions and 0 deletions

View File

@ -6,5 +6,8 @@
- import_tasks: journal.yml
tags:
- base:journal
- import_tasks: monitoring.yml
tags:
- base:monitoring
tags:
- base

View File

@ -0,0 +1,5 @@
---
- name: install prometheus node exporter
apt:
name: prometheus-node-exporter
state: present