02 Objective: Whispers to Hosts – Inventories

You don’t command what you can’t see.You don’t control what you can’t reach. Inventories are your maps.Your whispers travel through them.

Continue reading β†’

Emacs Org Mode as the Ansible Control Tower

The web is noise. The control tower is silent. No tabs, no clicks – only keys.I don’t use Emacs for nostalgia. I use it because it bends to my will.Ansible automates. Emacs orchestrates. Together, they form my Ops Terminal.

Continue reading β†’

🧬 Ghostwritten Infrastructure: From Org Mode to Hardened YAML

Ever written an Ansible role in silence?Not just code – structured ritual.Where logic meets discipline.Where every variable is defined, documented, and deployed – within the same file. That’s the power of Org Mode.This is the DeadSwitch way.

Continue reading β†’

Managing Complex YAML Structures Dynamically with Ansible

In modern infrastructure automation, working with structured data is essential. YAML, due to its readability and simplicity, is the format of choice for tools like Ansible, Kubernetes, and many others. As your automation tasks grow, you may find yourself needing to dynamically manipulate YAML files – particularly to extend or modify nested data structures.

Continue reading β†’