init commit
This commit is contained in:
44
defaults/main.yaml
Normal file
44
defaults/main.yaml
Normal 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
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user