blob: 21b18761d3b29f0bb1da6be50b2ec284760f7c42 (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
---
install:
arch: i386
disks:
primary: /dev/disk/by-id/ata-SanDisk_SDCFX3-004G_119310H2208K0505
kernel_cmdline:
- console=ttyS0,115200n8
- lowmem=1
system_lvm:
size: all
volumes:
- name: root
size: 3G
filesystem: ext4
mountpoint: /
- name: var+log
size: 256M
filesystem: ext4
mountpoint: /var/log
mount_options:
- noatime
- nodev
- noexec
network:
nameservers:
- 9.9.9.9
#- 10.12.0.10
domain: "{{ host_domain }}"
primary: &_network_primary_
name: enp0s9
address: 10.12.5.69/16
gateway: 10.12.5.1
interfaces:
- *_network_primary_
ntp_variant: systemd-timesyncd
ntp_client:
servers:
- name: ntp.ffgraz.net
|