mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 05:28:35 +01:00
fix: add influx apt list & key
This commit is contained in:
@@ -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