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