Senior-Design-May1601 / config

Repository for product configuration files
0 stars 0 forks source link

Create new ssh role in pi-start playbook #24

Open dborg92 opened 8 years ago

dborg92 commented 8 years ago

role should allow for vagrant to reprovision via ssh

nskinkel commented 8 years ago

This should be done along with #26

dborg92 commented 8 years ago

spoke to soon. the issue is not fixed. specifics: pi-start.yml needs to allow both vagrant and pi users to be ssh-ed into. I believe this will require adding an ssh key for pi user if this is to work since lockdown-ssh disables password login. Vagrant already creates a key the first time it logs in so pi-start.yml is re-executable, but bootstrap-playbook.yml runs ansible as pi user with pi pass at startup.