Install Proxmox on Debian 12 With Ansible
This guide explains how to install Proxmox on a Debian 12 machine using Ansible. Preparing/installing the target machine During the installation of Debian please keep the software group standard system utilities checked: If you did not do this, some errors will occur when running Ansible, e.g. about missing Python, and Python-apt. This can be solved by installing these packages, and symbolic linking them into Pythons packages: apt install python3 python3-apt cd /usr/lib/python3/dist-packages ln -s apt_inst....