Skip to content

Highly opinionated ansible configuration script for raspberry pi

Notifications You must be signed in to change notification settings

pezzu/rpi-setup

Repository files navigation

Setup

  1. Install Ansible: pip3 install ansible.
  2. Install requirements: ansible-galaxy collection install -r requirements.yml
  3. Run the playbook: ansible-playbook main.yml

List of tasks

  • Configure hostname
  • Configure user / password
  • Setup SSH key
  • Distribution upgrade
  • EEPROM firmware update
  • Setup unattended upgrades
  • Setup timezone
  • Setup locale
  • Setup tmpfs mounts
  • Enable/Disable Bluetooth
  • Enable/Disable WiFi
  • Overclock
  • Modify custom boot config parameters
  • Install Docker
  • Install rpi-monitor
  • Install zram

CI status

About

Highly opinionated ansible configuration script for raspberry pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages