mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-07 13:03:12 +00:00
8779dc5818
- Change FQDN from pve-test.local to pve.test.local so the PVE node name is "pve" (matching what tests expect) - Mask the dynamically created API token and VM IP with ::add-mask:: before they appear in workflow logs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21 lines
330 B
Plaintext
21 lines
330 B
Plaintext
[global]
|
|
keyboard = "en-us"
|
|
country = "us"
|
|
fqdn = "pve.test.local"
|
|
mailto = "test@test.local"
|
|
timezone = "UTC"
|
|
root_password = "${root_password}"
|
|
reboot_on_error = true
|
|
root_ssh_keys = []
|
|
|
|
[network]
|
|
source = "from-dhcp"
|
|
|
|
[disk-setup]
|
|
filesystem = "ext4"
|
|
disk_list = ["sda"]
|
|
|
|
[first-boot]
|
|
source = "from-iso"
|
|
ordering = "fully-up"
|