dddomin3 / DSPi

Digital Signal Processing (or Pi). Adventures in making my Raspberry Pi 3 realtime, and running audio DSP.
82 stars 4 forks source link

id_rsa stuff doesn't work in Jenkinsfile #17

Closed dddomin3 closed 7 years ago

dddomin3 commented 7 years ago

install doesn't work unless you have a pi user on your machine... maybe we can do this via ansible with password prompt auth?

dddomin3 commented 7 years ago

ansible-playbooks raspi-playbook.yml -k prompts for password

dddomin3 commented 7 years ago

Solved by PR #24. Just gotta run ansible-playbooks raspi-playbook.yml -k once, and you're good.