Not having any luck with Influx 2.0 on Grafana 7.4.3. Trying 1.8.
This commit is contained in:
parent
61f68f83c9
commit
d61232fd43
@ -11,9 +11,10 @@
|
||||
args:
|
||||
chdir: "{{ ansible_env.HOME }}/Downloads/"
|
||||
loop:
|
||||
- mv influxdb2-2.0.4-amd64.deb ~/TRASH/ 2>/dev/null
|
||||
- wget https://dl.influxdata.com/influxdb/releases/influxdb2-2.0.4-amd64.deb
|
||||
- dpkg -i influxdb2-2.0.4-amd64.deb
|
||||
- mv influxdb2-2.0.4-amd64.deb ~/TRASH/ 2>/dev/null; exit 0
|
||||
- mv influxdb_1.8.4_amd64.deb ~/TRASH/ 2>/dev/null; exit 0
|
||||
- wget https://dl.influxdata.com/influxdb/releases/influxdb_1.8.4_amd64.deb
|
||||
- sudo dpkg -i influxdb_1.8.4_amd64.deb
|
||||
- service influxdb start
|
||||
- influx setup -f -u ling -p initpassword -o Hyperling -b main -r 0
|
||||
when: influxdb_check.failed
|
Loading…
x
Reference in New Issue
Block a user