2020-11-04 23:15:34 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: Enable influxdb apt-key
|
2021-09-06 13:37:18 +02:00
|
|
|
apt_key: url="https://repos.influxdata.com/influxdb.key"
|
2020-11-04 23:15:34 +01:00
|
|
|
|
|
|
|
- name: Enable influxdb repository
|
2021-09-06 13:37:18 +02:00
|
|
|
apt_repository: repo="deb https://repos.influxdata.com/debian {{ ansible_distribution_release }} stable"
|
2020-11-04 23:15:34 +01:00
|
|
|
|
|
|
|
- name: Install influxdb
|
|
|
|
apt: name=influxdb
|