Ansible: Docker and Kubernetes Node Setup

Why This Post Exists After writing my first real Ansible playbook, I realized something: Installing software manually once is easy. Installing it correctly, repeatedly, and safely is not. So I decided to automate something real and useful: Install Docker Engine (official way) Prepare an Ubuntu server to become a Kubernetes node Do everything using Ansible No SSH-ing into the server again and again This post documents that journey. Real Setup (Same as Before) Nothing fancy. Just real machines. ...

January 17, 2026 · 4 min · Saad

Ansible for Beginners: My First Real Automation

What is Ansible? (In Simple Words) Think of Ansible as a remote control for your servers. Instead of: SSH into server Run commands manually Forget what you changed Repeat the same steps again and again You tell Ansible: “Hey, I want this server to look like this.” And Ansible makes it happen — again and again, without breaking things. The best part? No agent needed Just SSH Simple YAML files Very human-readable My Setup (Real World) This is exactly what I used: ...

January 15, 2026 · 4 min · Saad