ansible-role-influxdb/README.md

32 lines
490 B
Markdown
Raw Normal View History

2022-05-06 19:16:15 +02:00
Role Name
=========
2022-05-07 19:56:56 +02:00
A role that install Influxdb, <https://www.influxdata.com>
2022-05-06 19:16:15 +02:00
Role Variables
--------------
2022-05-07 19:56:56 +02:00
The most important variables are listed below:
``` yaml
influxdb_deb_repo: "deb https://repos.influxdata.com/ubuntu bionic stable"
influxdb_repo_key: 'https://repos.influxdata.com/influxdb.key'
influxdb_pkgs:
- influxdb
```
2022-05-06 19:16:15 +02:00
Dependencies
------------
2022-05-07 19:56:56 +02:00
None
2022-05-06 19:16:15 +02:00
License
-------
EUPL-1.2
Author Information
------------------
2022-05-07 19:56:56 +02:00
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>