ansible-role-prometheus/README.md

34 lines
563 B
Markdown
Raw Permalink Normal View History

2020-07-18 15:13:34 +02:00
Role Name
=========
2020-07-18 15:40:26 +02:00
A role that installs the Prometheus open-source systems monitoring and alerting toolkit, <https://prometheus.io>
2020-07-18 15:13:34 +02:00
Role Variables
--------------
2020-07-18 15:40:26 +02:00
The most important variables are listed below:
``` yaml
prometheus_install: True
prometheus_version: 2.19.2
prometheus_loglevel: info
prometheus_http_port: 9090
prometheus_opts: '--storage.tsdb.retention=360d'
```
2020-07-18 15:13:34 +02:00
Dependencies
------------
2020-07-18 15:40:26 +02:00
* nginx
* letsencrypt-acme-sh-client
2020-07-18 15:13:34 +02:00
License
-------
EUPL-1.2
Author Information
------------------
2020-07-18 15:40:26 +02:00
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>