ansible-playbook -i ansible/inventories/home_server/hosts ansible/deploy.yml
rsync -av ~/git/Home_server/server/ [email protected]:/opt/server && \
ssh [email protected] sudo systemctl restart server
rsync -av ~/git/nRF24_hub/* [email protected]:nRF24_hub && \
ssh [email protected] sudo systemctl stop server && \
ssh [email protected] /home/hoel/.platformio/penv/bin/platformio \
run -d ~/nRF24_hub --target upload --upload-port /dev/ttyAMA0 && \
ssh [email protected] sudo systemctl start server
curl -sSf 192.168.1.34:6000/fio
curl -sSf 192.168.1.34:6000/shield