• 0 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle


  • That’s rad… I have a set of Ansible playbooks/roles/collections already for most system-wide settings. I have a love-hate relationship with Ansible though, but it gets the job done. I may try for cloud-init first until I reach its limitations. I’ve gotten pretty good at the Arch install too, although setting up the disks with LUKS was the most challenging part. Fortunately, the few times I’ve broke things I’ve been able to boot the installer ISO and mount my LUKS volumes from memory, but I couldn’t tell you how I set them up in the first place. 🤣 However I do it, I really just want to automate the process so that I can add new nodes and expand should I decide to rent out colocation space someday.







  • It does include coreutils and other GNU packages, but they aren’t installed by default. This is perfect for a server install or Docker image where Busybox is just enough to accomplish most basic tasks, but if I was using it for a desktop OS then you better believe I’m installing the GNU wget and other packages so that I can follow redirects and what not.