cosmos kiosk playbook
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user