summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-equinox-ws.yml
blob: dd16fe213dfe8b0d8a71be1d917619494c512017 (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
---
preseed_template_name: "xubuntu-focal-desktop"

install:
  efi: true
  disks:
    primary: /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_1TB_S462NF0MA04112K

network:
  nameservers: "{{ network_zones.lan.dns }}"
  domain: "{{ host_domain }}"
  primary:
    interface: enp8s0
    ip: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address') }}"
    mask: "{{ network_zones.lan.prefix | ipaddr('netmask') }}"
    gateway: "{{ network_zones.lan.gateway }}"


base_modules_blacklist: "{{ base_modules_blacklist_none }}"

admin_user_host:
- "{{ equinox_user }}"

ssh_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}"

ubuntu_ws_root_fs_size: 30G
ubuntu_ws_home_fs_size: 200G