28 lines
759 B
Plaintext
28 lines
759 B
Plaintext
proxmox_endpoint = "https://proxmox.example.local:8006/api2/json"
|
|
proxmox_insecure = true
|
|
proxmox_api_token = "packer@pve!packer=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
|
|
proxmox_ssh_user = "root"
|
|
proxmox_ssh_password = "changeme"
|
|
proxmox_ssh_agent = false
|
|
|
|
node_name = "pve"
|
|
|
|
vm_id = 201
|
|
name = "SK3SFS1P"
|
|
init_ipv4_address = "10.0.0.101/24"
|
|
init_ipv4_gateway = "10.0.0.1"
|
|
init_dns_servers = ["10.0.0.2", "10.0.0.3"]
|
|
admin_password = "ChangeMe-StrongPassword!"
|
|
|
|
cpu_cores = 4
|
|
memory_dedicated = 8192
|
|
disk_size = 80
|
|
disk_datastore = "local-lvm"
|
|
data_disk_size = 30
|
|
data_disk_datastore = "local-lvm"
|
|
network_bridge = "vmbr0"
|
|
cloud_init_datastore = "local-lvm"
|
|
|
|
clone_vm_id = 1002
|