// it works, don't touch it

I’m Max - passionate about network automation, observability and AIOps. This is where I write down everything I break on the way to what actually works.

DEPLOY.PYnornir
from nornir import InitNornir
 
nr = InitNornir(config_file="prod.yaml")
nr.run(task=deploy_intent)
 
// 214 devices converged in 38s

Recent writing

all posts →
01
The stack behind this blog
How I built this blog on Hugo: a folder of Markdown, a custom theme, and a pipeline that deploys on merge.
15 Aug 2026
4 min