summaryrefslogtreecommitdiff
path: root/inventory/host_vars/glt-thetys.yml
blob: 1918e408fc00f91b1e55d344a2b9ca6f626080ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
system_lvm_volume_size_root: 5G
install:
  efi: true
  disks:
    primary: /dev/disk/by-id/ata-TS32GMSA370_B475040161
  kernel_cmdline:
    - "consoleblank=0"

network:
  nameservers:
  - 1.1.1.1
  domain: "{{ host_domain }}"
  primary: &_network_primary_
    name: eno1
    address: 10.73.7.1/16
    gateway: 10.73.0.254
  interfaces:
  - *_network_primary_