summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-tarvos.yml
blob: 9513e0db0f9937e76e79256595aa9b18c3cbef88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
# ubuntu_autoinstall_locale: de_AT
# ubuntu_autoinstall_keyboard_layout: de
# ubuntu_autoinstall_keyboard_variant: nodeadkeys
# ubuntu_autoinstall_timezone: Europe/Vienna

# 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_840_PRO_Series_S1ATNSAD703481A
  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: 50G
      filesystem: ext4
      mountpoint: /home
  kernel_cmdline:
    - "consoleblank=0"

network:
  nameservers: "{{ network_zones.guest.dns }}"
  domain: "{{ host_domain }}"
  primary: &_network_primary_
    name: enp0s31f6
    address: "{{ network_zones.guest.prefix | ansible.utils.ipaddr(network_zones.guest.offsets[inventory_hostname]) }}"
    gateway: "{{ network_zones.guest.gateway }}"
  interfaces:
  - *_network_primary_


apt_repo_components:
  - main
  - contrib
  - non-free ## for microcode updates

# 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_lightdm_defaults:
#   autologin-user: elevate
#   autologin-user-timeout: 0

# ws_base_xrandr_setup_script: |
#   #!/bin/bash
#
#   xrandr --output DP-1 --mode 1920x1080 --primary
#   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/"