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