first commit

This commit is contained in:
2025-09-14 13:10:34 -07:00
commit 6f4fcb90e2
25 changed files with 869 additions and 0 deletions

14
pi-top.yaml Normal file
View File

@ -0,0 +1,14 @@
---
- name: Pi-Top Pipeline
hosts: all
become: yes
roles:
- role: pi-top
# I discovered that the user projects only work when lightdm is running
# I don't know what voodoo causes this behavior, but it isn't worth bypassing
# if that is even possible, might require hardware changes depending on how this
# OLED hooks up to the Pi
...