From 707c8a45b4ca87a878b177665c6365635bb69491 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 28 Feb 2023 23:52:03 +0100 Subject: ele-tarvos: prepare alternative install with browser in kiosk mode --- inventory/host_vars/ele-tarvos.yml | 42 ++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 15 deletions(-) (limited to 'inventory/host_vars/ele-tarvos.yml') diff --git a/inventory/host_vars/ele-tarvos.yml b/inventory/host_vars/ele-tarvos.yml index b4f36b40..9513e0db 100644 --- a/inventory/host_vars/ele-tarvos.yml +++ b/inventory/host_vars/ele-tarvos.yml @@ -1,14 +1,15 @@ --- -ubuntu_autoinstall_locale: de_AT -ubuntu_autoinstall_keyboard_layout: de -ubuntu_autoinstall_keyboard_variant: nodeadkeys -ubuntu_autoinstall_timezone: Europe/Vienna +# ubuntu_autoinstall_locale: de_AT +# ubuntu_autoinstall_keyboard_layout: de +# ubuntu_autoinstall_keyboard_variant: nodeadkeys +# ubuntu_autoinstall_timezone: Europe/Vienna -ubuntu_autoinstall_desktop: xubuntu +# ubuntu_autoinstall_desktop: xubuntu install: disks: - primary: /dev/disk/by-id/ata-Samsung_SSD_850_PRO_128GB_S1SMNSAG201847J + # primary: /dev/disk/by-id/ata-Samsung_SSD_850_PRO_128GB_S1SMNSAG201847J + primary: /dev/disk/by-id/ata-Samsung_SSD_840_PRO_Series_S1ATNSAD703481A system_lvm: volumes: - name: root @@ -43,22 +44,27 @@ network: apt_repo_components: - main - - restricted - - universe - - multiverse + - contrib + - non-free ## for microcode updates -base_modules_blacklist: "{{ base_modules_blacklist_all_but_sound }}" +# apt_repo_components: +# - main +# - restricted +# - universe +# - multiverse + +# base_modules_blacklist: "{{ base_modules_blacklist_all_but_sound }}" admin_users_host: - equinox -ws_base_extra_packages: - - chromium-browser +# ws_base_extra_packages: +# - chromium-browser -ws_base_lightdm_defaults: - autologin-user: elevate - autologin-user-timeout: 0 +# ws_base_lightdm_defaults: +# autologin-user: elevate +# autologin-user-timeout: 0 # ws_base_xrandr_setup_script: | # #!/bin/bash @@ -67,3 +73,9 @@ ws_base_lightdm_defaults: # xrandr --output HDMI-1 --mode 1920x1080 --rate 50 --right-of DP-1 # # exit 0 + +browser_kiosk_xinit_commands_extra: | + xrandr --output HDMI-1 --mode 1920x1080 + +#browser_kiosk_url: "https://updatefaker.com/w98/index.html" +browser_kiosk_url: "https://kairus.org/suspicious/" -- cgit v1.2.3