Massaki Archambault 55a778ffed | ||
---|---|---|
roles/raspberrypi-kiosk | ||
.gitignore | ||
README.md | ||
hosts | ||
site.yaml |
README.md
ansible-raspberrypi-kiosk
Ansible role to setup a Raspberry Pi in kiosk mode
Deploy
- Go to the download page for the OS and grab the lite version of the Raspberry Pi OS. Flash the OS on the SD card.
- Insert the SD card in your Raspberry Pi, boot it, and go through the first-time-setup. Use
pi
as the username andraspberry
as the password - Login and run
sudo systemctl enable ssh.service
to start the ssh server on boot. - If desired,
sudo raspi-config
and apply overclock and/or tweak the size of the swap. - Reboot your Raspberry Pi.
- On your main machine, run
ansible-playbook site.yaml -i hosts
at the root of this repository. This can be very slow depending on the model of your Pi. - Once the playbook has finished running, your Raspberry Pi will reboot in kiosk mode.