forked from FF-RGB/ansible
new host: grafana.regensburg.freifunk.net
new role: influxdb
This commit is contained in:
parent
af56fd8dcd
commit
1464ef73cb
1
hosts
1
hosts
@ -1,4 +1,5 @@
|
||||
[rz]
|
||||
grafana.regensburg.freifunk.net
|
||||
gw11.regensburg.freifunk.net
|
||||
gw21.regensburg.freifunk.net
|
||||
gw31.regensburg.freifunk.net
|
||||
|
10
roles/influxdb/tasks/main.yml
Normal file
10
roles/influxdb/tasks/main.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- name: Enable influxdb apt-key
|
||||
apt_key: url='https://repos.influxdata.com/influxdb.key'
|
||||
|
||||
- name: Enable influxdb repository
|
||||
apt_repository: repo='deb https://repos.influxdata.com/debian buster stable'
|
||||
|
||||
- name: Install influxdb
|
||||
apt: name=influxdb
|
Loading…
Reference in New Issue
Block a user