summaryrefslogtreecommitdiff
path: root/inventory/host_vars/lw-telesto.yml
blob: 8e9a0061a685611b5ef74c2abe35baf5cea9e94f (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
---
debian_preseed_language: de
debian_preseed_country: AT
debian_preseed_locales:
  - de_AT.UTF-8
  - de_DE.UTF-8
  - en_US.UTF-8

debian_preseed_no_splash: no
debian_preseed_install_tasks:
  - xubuntu-desktop


install:
  efi: yes
  disks:
    primary: software-raid
    raid:
      level: 1
      members:
      - /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720808
      - /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720810
  system_lvm:
    size: 50G
    volumes:
    - name: root
      size: 20G
      filesystem: ext4
      mountpoint: /
    - name: var+log
      size: 768M
      filesystem: ext4
      mountpoint: /var/log
      mount_options:
      - noatime
      - nodev
      - noexec

network:
  nameservers:
    - 9.9.9.9
  domain: "{{ host_domain }}"
  primary: &_network_primary_
    name: eno1
    address: 192.168.32.201/24
    gateway: 192.168.32.254
  interfaces:
  - *_network_primary_


base_modules_blacklist: "{{ base_modules_blacklist_all_but_sound }}"

admin_users_host:
  - equinox