/ansyraspy

⚡ Quickly setup for Raspberry Pi.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Raspberry Pi Setup

YAML Lint

This Ansible playbook is designed to rapidly set up your Raspberry Pi.

It's compatible with all models. It has been successfully tested on multiple models, including the Pi Zero W, Pi Zero 2W, and Pi 4B, among others. The playbook should work well on both Debian and Debian-based distributions.

Standalone

To setup directly from the Pi, run the following command : Before run command you must setup your Pi with Raspberry Pi Imager.

Next run command :

 curl -s https://raw.githubusercontent.com/atao/raspberrypi-setup/main/install.sh | bash -s -- all

Ansible

To setup run the following command :

ansible-playbook playbook.yml -i hosts --ask-pass -u pi -k --tags all

Roles

You can choose what you want to install with tags :

You will need to modify this file to configure the correct display.

For Examples you can install only :

 curl -s https://raw.githubusercontent.com/atao/raspberrypi-setup/main/install.sh | bash -s -- setup,multitor,rfid

--

Inspired from nico2che / mac-setup