https://github.com/bripkens/pi-setup
Ansible based Raspberry PI setup
https://github.com/bripkens/pi-setup
Last synced: 8 months ago
JSON representation
Ansible based Raspberry PI setup
- Host: GitHub
- URL: https://github.com/bripkens/pi-setup
- Owner: bripkens
- License: mit
- Created: 2015-11-29T11:05:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T23:20:32.000Z (over 9 years ago)
- Last Synced: 2025-04-06T06:33:08.801Z (about 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raspberry PI Base Setup
This repository provides a set of Ansible scripts that you can use to setup your Raspberry PI.
## What it can for you
- Upgrades the system.
- Installs a set of commonly used tools like vim, Git and tmux.
- Installs Node.js v4.2.2.
- Configures NTP to the Europe/Berlin time zone.
- Switches the keyboard layout to a German one.
- Installs wiringPi and rcswitch-pi.
- Copies your public key to the RPI and disables password based SSH login.
## Usage
To use these scripts, you need to do the following:
- Make sure that you have Ansible installed.
- Expand the filesystem on the PI manually (automatic expanding is on the TODO list).
- Copy your public SSH key to the `public_keys` directory and remove mine.
- Execute the `./run` script.
## TODO
- [ ] automatic expanding of the root filesystem
- [ ] automatic configuration of the WIFI