Skip to content

MUONetwork/base_vm_images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base_vm_images

Base VM images for packer

.
├── README.md
├── http       # Contain preseed config files
├── playbooks  # Ansible playbook for provisioning
├── scripts    # Some bash scripts for pre-provisioning
└── src        # packer templates

Use

  • Populate the secrets in variables.json

  • Build the VM template (for e.g. to build linut mint 20.1 template)

    packer build -timestamp-ui -var-file src/variables.json src/mint20.1/mint201-proxmox.json

Releases

No releases published

Packages

No packages published

Languages