-
[BREAKING_CHANGE] - Removed indivudial
.sh
files in favor ofproxmox_generic.sh
script. This script is now used for all Proxmox templates. Detailed usage with all options can be found in theREADME.md
file. -
[FEATURE] - added EFI boot support for Proxmox. Every variable pack now has a new variable
use_efi
that can be set totrue
orfalse
. If set totrue
, the template will be created with EFI boot support. If set tofalse
, the template will be created with BIOS boot support. The default value isfalse
.- [PROXMOX] - added support for EFI boot for
RockyLinux
- [PROXMOX] - added support for EFI boot for
AlmaLinux
- [PROXMOX] - added support for EFI boot for
OracleLinux
- [PROXMOX] - added support for EFI boot for
OpenSuse Leap
- [PROXMOX] - added support for EFI boot for
Ubuntu
- [PROXMOX] - added support for EFI boot for
Windows 2019
- [PROXMOX] - added support for EFI boot for
Windows 2022
- [PROXMOX] - added support for EFI boot for
-
[ANSIBLE] - added added section
gpgkey
to playbook, for easy GPG key installation before any repository operations are initiated. This is useful for systems that changed their GPG keys. The format is as follows:gpgkey: - url: "https://example.com/key.gpg" state: present|absent
-
[ANSIBLE] - changed playbook version to 20240612
-
[ORACLE] - fixed
ks.cfg
for version 8 using LVM instead of plain disks. -
[PROXMOX] - added support for
OpenSuse Leap 15.6