├── LICENSE.md ├── README.md ├── config.sh └── templates ├── almalinux-10-generic.vars ├── almalinux-8-generic.vars ├── almalinux-9-generic.vars ├── debian-11-generic.vars ├── debian-12-generic.vars ├── fedora-cloud-41-generic.vars ├── fedora-cloud-42-generic.vars ├── rockylinux-8-generic.vars ├── rockylinux-9-generic.vars ├── ubuntu-22.04-generic.vars └── ubuntu-24.04-generic.vars /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james-harding/proxmox-template-builder/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james-harding/proxmox-template-builder/HEAD/README.md -------------------------------------------------------------------------------- /config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james-harding/proxmox-template-builder/HEAD/config.sh -------------------------------------------------------------------------------- /templates/almalinux-10-generic.vars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james-harding/proxmox-template-builder/HEAD/templates/almalinux-10-generic.vars -------------------------------------------------------------------------------- /templates/almalinux-8-generic.vars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james-harding/proxmox-template-builder/HEAD/templates/almalinux-8-generic.vars -------------------------------------------------------------------------------- /templates/almalinux-9-generic.vars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james-harding/proxmox-template-builder/HEAD/templates/almalinux-9-generic.vars -------------------------------------------------------------------------------- /templates/debian-11-generic.vars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james-harding/proxmox-template-builder/HEAD/templates/debian-11-generic.vars -------------------------------------------------------------------------------- /templates/debian-12-generic.vars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james-harding/proxmox-template-builder/HEAD/templates/debian-12-generic.vars -------------------------------------------------------------------------------- /templates/fedora-cloud-41-generic.vars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james-harding/proxmox-template-builder/HEAD/templates/fedora-cloud-41-generic.vars -------------------------------------------------------------------------------- /templates/fedora-cloud-42-generic.vars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james-harding/proxmox-template-builder/HEAD/templates/fedora-cloud-42-generic.vars -------------------------------------------------------------------------------- /templates/rockylinux-8-generic.vars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james-harding/proxmox-template-builder/HEAD/templates/rockylinux-8-generic.vars -------------------------------------------------------------------------------- /templates/rockylinux-9-generic.vars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james-harding/proxmox-template-builder/HEAD/templates/rockylinux-9-generic.vars -------------------------------------------------------------------------------- /templates/ubuntu-22.04-generic.vars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james-harding/proxmox-template-builder/HEAD/templates/ubuntu-22.04-generic.vars -------------------------------------------------------------------------------- /templates/ubuntu-24.04-generic.vars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james-harding/proxmox-template-builder/HEAD/templates/ubuntu-24.04-generic.vars --------------------------------------------------------------------------------