summaryrefslogtreecommitdiff
path: root/inventory/host_vars/glt-tarvos.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/glt-tarvos.yml')
-rw-r--r--inventory/host_vars/glt-tarvos.yml56
1 files changed, 56 insertions, 0 deletions
diff --git a/inventory/host_vars/glt-tarvos.yml b/inventory/host_vars/glt-tarvos.yml
new file mode 100644
index 00000000..f7aadc59
--- /dev/null
+++ b/inventory/host_vars/glt-tarvos.yml
@@ -0,0 +1,56 @@
+---
+install_playbook: glt-browser-kiosk
+install:
+ efi: no
+ disks:
+ primary: /dev/disk/by-id/ata-Samsung_SSD_850_PRO_128GB_S1SMNSAG201847J
+ system_lvm:
+ volumes:
+ - name: root
+ size: 20G
+ filesystem: ext4
+ mountpoint: /
+ - name: var+log
+ size: 768M
+ filesystem: ext4
+ mountpoint: /var/log
+ mount_options:
+ - noatime
+ - nodev
+ - noexec
+ - name: home
+ size: 80G
+ filesystem: ext4
+ mountpoint: /home
+ kernel_cmdline:
+ - "consoleblank=0"
+
+network:
+ nameservers:
+ - 1.1.1.1
+ domain: "{{ host_domain }}"
+ primary: &_network_primary_
+ name: enp0s31f6
+ address: 10.73.7.20/16
+ gateway: 10.73.0.254
+ interfaces:
+ - *_network_primary_
+
+
+base_modules_blacklist: "{{ base_modules_blacklist_all_but_sound }}"
+
+
+browser_kiosk_xinit_commands_extra: |
+ xrandr --output HDMI-1 --mode 1920x1080 --rate 50
+
+browser_kiosk_asound_conf: |
+ pcm.hdmi0 { type hw; card PCH; device 3; }
+ ctl.hdmi0 { type hw; card PCH; device 3; }
+ pcm.analog { type hw; card PCH; }
+ ctl.analog { type hw; card PCH; }
+
+ pcm.!default pcm.hdmi0
+ ctl.!default ctl.hdmi0
+
+
+browser_kiosk_url: "https://{{ hostvars['glt-jitsi'].jitsi_meet_hostname }}/stream-ui/player.html#control={{ hostvars['glt-jitsi'].jitsi_meet_streamui.default_control_room }}&displayName={{ host_name }}"