roolo / provisioning-raspberry

This is Ansible project for provisioning new Raspbian machine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

provisioning -- raspberry

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.

Prerequisities

Name this section

Covers

  • install Git
    • make some default global ignore
  • install 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)

Does not cover

Try raspi-config for this stuff

  • timezone/time setup
  • system partition expansion

Todos

  • Name the section

Tips

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

About

This is Ansible project for provisioning new Raspbian machine.


Languages

Language:Vim Script 61.9%Language:Shell 35.7%Language:Makefile 2.3%