node.js dashboard works

This commit is contained in:
2025-11-30 22:17:14 -08:00
parent c6d51f2a49
commit ebbc5ac5cf
22 changed files with 829 additions and 196 deletions

View File

@ -2,7 +2,7 @@
# create and configure user account
- name: Drive health - initialize early steps
include_tasks: initialiaze.yaml
include_tasks: initialize.yaml
# create drive index service
- name: Drive health - drive_index service
@ -14,14 +14,14 @@
# set up autologin
- name: Drive health - configure autologin
when: not install_kiosk | bool or not service_only | bool
when: not install_kiosk | bool and not service_only | bool
include_tasks: autologin.yaml
# configure service-mode
- name: Drive health - configure autologin
- name: Drive health - configure service-mode, disable autologin
when: install_kiosk | bool or service_only | bool
include_tasks: service_mode.yaml
# Install chrome kiosk
- name: install chromium kiosk
when: install_kiosk | bool and not service_only | bool