Skip to content

This is Ansible project for provisioning new Raspbian machine.

Notifications You must be signed in to change notification settings

roolo/provisioning-raspberry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published