Automated Ubuntu Server Installs
Recently I created a small home lab with some Odroid H3+ boards and a NAS. My plan was to run Ubuntu 20.04 on the Odroids and then use ansible to further configure them. The Ubuntu server install ISO was the easiest way to get Ubuntu installed, but I ran into an issue: The default drivers didn’t work with the Odroid’s network hardware. Installing the drivers manaully was pretty straight forward (there are packages), but I wanted the whole install process automated to allow me to re-image them quickly when necessary....