RaspberryPi is miniature, low-power consumption computer usually running some Linux system. In this case Raspbian. This is Ansible project for provisioning new Raspbian machine.
- call
ssh [email protected]
directly in raspberry's terminal - ssh access to the RaspberryPi machine without password
- Ansible installed on local machine
- install Git
- make some default global ignore
- install Zsh
- make it default
- install Oh my zsh
- install ViM
- install Vundle
- my favorite plugins by Vundle
- install RVM
- install Ruby (version 2.2.2 by now)
- install VNC server
- setups Wifi dongle (Edimax EW-7811UN)
Try raspi-config
for this stuff
- timezone/time setup
- system partition expansion
- Name the section
Some tasks takes lot of time to finish on RasperryPi. If you want to avoid them add --skip-tags "long"
in file Makefile in this directory at the end of line with ansible command.
After everything is done, affected Raspberry should be reachable on network via raspimir.local
If you are using some turbo-secure password for connecting to Wi-fi AP, use wpa_passphrase
result instead of just the plaintext password in wpa_supplicant.conf