summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/exporter/base/tasks/main.yml
blob: 7982f1f9ea508fc0d3302fef812d3f23af8c113d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- name: create main configuration directories
  file:
    path: "/etc/prometheus/exporters"
    state: directory

- name: install apt packages
  apt:
    name: prom-exporter-exporter
    state: present

## TODO:
## - systemd service unit
## - add snippet to exporter-exporter config-dir
## - create certificate/key