mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-09 22:09:24 +00:00
8c963fb684
Provisions a throwaway nested Proxmox VE instance on an existing host using bpg/proxmox provider. Includes unattended install via answer file, API wait script, and automatic API token creation. Designed for CI-driven integration test environments. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
19 lines
314 B
Plaintext
19 lines
314 B
Plaintext
[global]
|
|
keyboard = "en-us"
|
|
country = "us"
|
|
fqdn = "pve-test.local"
|
|
mailto = "test@test.local"
|
|
timezone = "UTC"
|
|
root_password = "${root_password}"
|
|
|
|
[network]
|
|
source = "from-answer"
|
|
cidr = "${cidr}"
|
|
dns = "${dns}"
|
|
gateway = "${gateway}"
|
|
filter.ID_NET_NAME = "*"
|
|
|
|
[disk-setup]
|
|
filesystem = "ext4"
|
|
disk_list = ["sda"]
|