Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 280 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 280 Bytes

temovex-exporter

# cross-compile for raspberry pi 3
GOOS=linux GOARCH=arm GOARM=7 go build -o temovex-exporter-linux-arm7

# deploy to rapsberry running ubuntu
ansible-playbook \
  --user ubuntu \
  --inventory "ventilation.localdomain," \
  playbook.yaml