A Quick Rebuild
Over the past year or so, I have slowly moved more of my homelab to a more Infraastructure-As-Code/DevOps model. I'm trying to thing of my computers more as cattle than as pets. This means that I no longer care about the configuration of a single computer. Instead I try to think of a computer as hardware running jobs.
I recently had to rebuild a Raspberry PI 4, and the process was much less painful than before. Using Fedora's ARM Image Writer, I prepared the SSD with Fedora 41.
From there it was run an ansible playbook that configured the system, installed the required software for the various jobs, then finally restore each job's configuration.
A process which I used to dread, took under 2 hours, start to finish, and that included the time to download the 1.1GB Fedora Server raw image file.