-
Get the latest image of proxmox virtual environment from proxmox.com
-
Burn it into a USB or drop the iso into a usb with Ventoy.
-
Go through the installations process as usual once setup add the following to
/etc/network/interfaces
Make sure to change the Subnet ID, IP and Gatway IP.
auto lo
iface lo inet loopback
auto nic0
iface nic0 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports nic0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.<SUBNET>
iface vmbr0.<SUBNET> inet static
address <IP>
gateway <GATEWAY IP>
This makes the nic vlan aware.
TODO: add the setup for Ansible bit and run the runbooks.
TODO: add the teraform instalation bit or add that in ansable