Skip to content

ansible

2 posts with the tag “ansible”

Beyond the Shell: Reimagining DevOps with the Clojure REPL

dotfiles

Traditional DevOps workflows are often bogged down by the “Edit/Run” loop, requiring developers to constantly switch between editors, directories, and terminal tabs.

BigConfig solves this by leveraging a persistent Clojure REPL to create a unified “Edit/Evaluate” environment.

By orchestrating tools like Terraform through a centralized “workbench map”, BigConfig eliminates context switching and replaces traditional debugging with instant, stateful feedback.

It transforms fragmented operations into a seamless, code-driven flow where infrastructure and development live in a single, interactive workspace.

Why Ansible Still Rules for Your Dev Environment

ansible

Back in the day, before Red Hat acquired Ansible, I was using it to provision Cloudera clusters in massive data centers. And let me tell you, its killer feature wasn’t some complex, enterprise-grade capability. It was pure simplicity.

You just needed SSH, and you were ready to go. The feedback loop was in seconds—a refreshing change from the slow, manual processes we were used to. It was a DevOps dream.

Then came Docker. For many use cases, containers were the new king. They offered a more lightweight, portable solution for shipping applications. And for a while, it seemed like Ansible might get relegated to the history books.

But not so fast. While Docker took over for application deployment, Ansible found its true calling: provisioning the remote development environment.