This Ansible playbook configures Thunderbolt networking support on the Minisforum MS-01 running Proxmox. It installs Intel microcode, enables Thunderbolt networking, and updates GRUB settings for Intel IOMMU and serial console support.
- Install Intel microcode from an external Debian package source
- Enable Thunderbolt networking by adding kernel modules and configuring systemd-networkd
- Install
lldpdandiperffor network diagnostics - Update
initramfsand adjustGRUBparameters for improved device passthrough and Intel ME serial-over-LAN - Reboot the system if changes are detected
- Minisforum MS-01 running Proxmox (Debian/Ubuntu-based)
- Ansible and Git installed on the target system
- SSH and sudo access for
ansible-pullif not running as root
Run ansible-pull on the Proxmox host you want to configure:
ansible-pull -U https://github.com/karubits/ms01-feel-the-thunder.git