]> git.proxmox.com Git - pve-installer.git/blob - proxmox-auto-installer/tests/resources/parse_answer/disk_match_all.json
bump version to 8.2.6
[pve-installer.git] / proxmox-auto-installer / tests / resources / parse_answer / disk_match_all.json
1 {
2 "autoreboot": 1,
3 "cidr": "192.168.1.114/24",
4 "country": "at",
5 "dns": "192.168.1.254",
6 "domain": "testinstall",
7 "disk_selection": {
8 "9": "9"
9 },
10 "lvm_auto_rename": 1,
11 "filesys": "zfs (RAID0)",
12 "gateway": "192.168.1.1",
13 "hdsize": 223.57088470458984,
14 "hostname": "pveauto",
15 "keymap": "de",
16 "mailto": "mail@no.invalid",
17 "mngmt_nic": "eno1",
18 "password": "123456",
19 "timezone": "Europe/Vienna",
20 "zfs_opts": {
21 "arc_max": 2048,
22 "ashift": 12,
23 "checksum": "on",
24 "compress": "on",
25 "copies": 1
26 }
27 }