mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 09:01:38 +01:00
fix: add influx apt list & key
This commit is contained in:
BIN
roles/monitoring-influx/files/influx-repo.gpg
Normal file
BIN
roles/monitoring-influx/files/influx-repo.gpg
Normal file
Binary file not shown.
1
roles/monitoring-influx/files/influxdb.list
Normal file
1
roles/monitoring-influx/files/influxdb.list
Normal file
@@ -0,0 +1 @@
|
||||
deb [signed-by=/usr/share/keyrings/infux-repo.gpg] https://repos.influxdata.com/debian bullseye stable
|
||||
@@ -1,3 +1,17 @@
|
||||
- name: Copy influx apt keyring
|
||||
file:
|
||||
src: influx-repo.gpg
|
||||
dest: /usr/share/keyrings/
|
||||
mode: 644
|
||||
when: monitoring_master
|
||||
|
||||
- name: Add influx apt repo
|
||||
file:
|
||||
src: influxdb.list
|
||||
dest: /etc/apt/sources.list.d/
|
||||
mode: 644
|
||||
when: monitoring_master
|
||||
|
||||
- name: Install influxdb
|
||||
apt:
|
||||
name: influxdb
|
||||
|
||||
Reference in New Issue
Block a user