summaryrefslogtreecommitdiff
path: root/inventory/host_vars/s2-thetys.yml
blob: ab4ee8ed1384c87c689923f68c139415e15723d5 (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
---
install:
  efi: true
  disks:
    primary: "/dev/disk/by-id/ata-TS32GMSA370_B475040161"
  kernel_cmdline:
    - "consoleblank=0"

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

admin_users_host:
  - equinox

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