new host: grafana.regensburg.freifunk.net

new role: influxdb
This commit is contained in:
Markus 2020-11-04 23:15:34 +01:00
parent af56fd8dcd
commit 1464ef73cb
3 changed files with 17 additions and 0 deletions

1
hosts
View File

@ -1,4 +1,5 @@
[rz]
grafana.regensburg.freifunk.net
gw11.regensburg.freifunk.net
gw21.regensburg.freifunk.net
gw31.regensburg.freifunk.net

View 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

View File

@ -26,6 +26,12 @@
- yanic
- web_gw
- name: Setup grafana server
hosts: grafana.regensburg.freifunk.net
roles:
- influxdb
- grafana
- name: Setup name servers
hosts: ns1.regensburg.freifunk.net
roles: