Skip to content

aracloud/packer-proxmox-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu 20.04 Server base template with packer under proxmox


variables.json contains proxmox connection params:

{
	"proxmox_host": "{{env `proxmox_host`}}",
	"proxmox_node_name": "pm",
	"proxmox_api_user": "root@pam",
	"proxmox_api_password": "{{env `proxmox_pass`}}",
}

Define two env variables and export them under your Linux packer client:

export proxmox_host=<Your_PM_Host_IP>
export proxmox_host=<Your_PM_password>


Run packer to build the template ```bash $ packer build -var-file="variables.json" ./packer.json ```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages