1
0
Fork 0
Ansible role to setup a raspberry pi in kiosk mode
Go to file
Massaki Archambault 55a778ffed comment-out chromium 2023-11-07 09:08:56 -05:00
roles/raspberrypi-kiosk comment-out chromium 2023-11-07 09:08:56 -05:00
.gitignore Initial commit 2023-11-01 23:38:12 +00:00
README.md configure role to deploy kiosk 2023-11-02 01:59:48 -04:00
hosts attempt to make chromium work 2023-11-06 23:36:48 -05:00
site.yaml add proxy support 2023-11-06 22:39:24 -05:00

README.md

ansible-raspberrypi-kiosk

Ansible role to setup a Raspberry Pi in kiosk mode

Deploy

  1. 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.
  2. Insert the SD card in your Raspberry Pi, boot it, and go through the first-time-setup. Use pi as the username and raspberry as the password
  3. Login and run sudo systemctl enable ssh.service to start the ssh server on boot.
  4. If desired, sudo raspi-config and apply overclock and/or tweak the size of the swap.
  5. Reboot your Raspberry Pi.
  6. 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.
  7. Once the playbook has finished running, your Raspberry Pi will reboot in kiosk mode.