// 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 →NetBox should own your ThousandEyes tests
Onboard a site once, not twice: provisioning ThousandEyes tests from config contexts, and the problems that show up once you do.
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.