cosmos kiosk playbook

This commit is contained in:
2025-09-28 11:26:45 -07:00
parent 6f4fcb90e2
commit 320ffa8393
7 changed files with 135 additions and 43 deletions

View File

@ -3,6 +3,17 @@
hosts: all
become: yes
vars:
kiosk_service_templates:
- chrome_website: "http://127.0.0.1"
service_name: "stream_preview"
service_description: "VCR Capture Preview Stream"
extra_service_configs: |
After=lldp_api.service
After=sddm.service
extra_chrome_configs: "{{ fixed_size }}"
# Required Jenkins Vars
# host_ip - string
# new_hostname - string
@ -15,7 +26,8 @@
when: not refresh_only | bool
- role: lldp_scan
- role: chrome_kiosk