blob: 16b5cce8ab05084228032b37c64fac61eb949a1c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
system_lvm_volume_size_root: 5G
install:
efi: true
disks:
primary: /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_512GB_S5JYNC0N310329Z
network:
nameservers:
- 1.1.1.1
domain: "{{ host_domain }}"
primary: &_network_primary_
name: enp35s0
address: 192.168.28.20/24
gateway: 192.168.28.254
interfaces:
- *_network_primary_
|