Homelab
Restoring My Jellyfin …
Introduction I’ve recently been attempting to implement single-sign-on (SSO) in my homelab using Authentik. I’ve wrote a litte about that adventure so far. You can read that article here. Well, recently, I attempted integrating Authentik with Jellyfin, my self-hosted media server of …
Ansible for …
If you’ve followed my recent posts, you’ll know that I’ve been on a learning journey to pick up Ansible for automating my homelab. The goal was to have one master playbook, ‘one playbook to rule them all,’ which would not only handle configuring servers and managing my services running in Docker but …
Deploying Proxmox VMs …
Earlier this week I tried using Ansible to declaratively define the VMs in my homelab’s Proxmox cluster. My method of attack was to basically ‘lift and shift’ my manual methods into an automation platform. What do I mean by this? Well, my manual method was to right-click and clone a cloud-init …