]> git.proxmox.com Git - pve-installer.git/blob - proxmox-auto-installer/tests/resources/parse_answer/disk_match_any.json
bump version to 8.2.6
[pve-installer.git] / proxmox-auto-installer / tests / resources / parse_answer / disk_match_any.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 "0": "0",
9 "1": "1",
10 "2": "2",
11 "3": "3",
12 "6": "6",
13 "7": "7",
14 "8": "8",
15 "9": "9"
16 },
17 "lvm_auto_rename": 1,
18 "filesys": "zfs (RAID10)",
19 "gateway": "192.168.1.1",
20 "hdsize": 2980.820640563965,
21 "hostname": "pveauto",
22 "keymap": "de",
23 "mailto": "mail@no.invalid",
24 "mngmt_nic": "eno1",
25 "password": "123456",
26 "timezone": "Europe/Vienna",
27 "zfs_opts": {
28 "arc_max": 2048,
29 "ashift": 12,
30 "checksum": "on",
31 "compress": "on",
32 "copies": 1
33 }
34 }