init commit

This commit is contained in:
2025-09-28 18:02:09 -07:00
commit 01b88d4c07
10 changed files with 418 additions and 0 deletions

44
defaults/main.yaml Normal file
View File

@ -0,0 +1,44 @@
---
# make sure to indent properly; use the | for the extra_ vars
# see the readme for fancier examples
kiosk_service_templates:
- chrome_website: "https://theregion.beer"
service_name: chrome_default
service_description: "Default Chrome Kiosk Service"
user_data_dir: ""
extra_service_configs: ""
extra_chrome_configs: ""
# set to true when there are multiple pages
create_data_dir: false
# this should probably not be changed
local_user: "cosmos"
kiosk_packages:
- sddm
- kde-plasma-desktop
kiosk_package_remove:
- plasma-welcome
- partitionmanager
- kwalletmanager
- kdeconnect
- kdeconnect-libs
- zutty
- firefox-esr
sddm_method: "plasma"
refresh_special: true
browser_binary: "/usr/bin/google-chrome"
force_x11: false
kiosk_yaml: files/kiosk.yaml
jenkins_kiosk: false
...