Execute commands based on barcode scans with the primary goal to play music on a raspberry pi.
TODO
GOOS=linux GOARCH=arm GOARM=5 go build -o scanboxie-arm
Prepare SSH Keys if not present.
ssh-keygen -b 4096
ssh-copy-id pi@raspberrypiStart ssh-agent to prevent permanent password prompt.
eval `ssh-agent`
ssh-addExecute Ansible Playbook.
cd ./setup-pi
ansible-playbook -i ./inventory ./playbook.yml