Parallax – Ansible Without Python
Drop-in Ansible replacement with zero Python, claims 13k× faster module caching.
Beats AWX/Semaphore with single-file TUI; no database or daemon needed.
DevOps engineers, Ansible users managing multiple hosts and playbooks
AWX · Semaphore · Ansible Navigator
Demo:https://raw.githubusercontent.com/congzhangzh/ansible-tui/re...
It parses your inventory.yml and playbook.yml, gives you a split-pane selector for hosts and tasks, builds the ansible-playbook command live as you toggle checkboxes, then runs it with streaming output — all inside the terminal.
The binary is ~100MB (Deno runtime embedded), but there's also a one-liner for Deno users that needs nothing local:
deno run --allow-read --allow-run --allow-write --allow-env \ https://raw.githubusercontent.com/congzhangzh/ansible-tui/main/app.tsx
Single file (~650 lines of TSX), MIT licensed.Drop-in Ansible replacement with zero Python, claims 13k× faster module caching.
Replaces slow VM tests with 11-second LXD container spins using ZFS snapshots.
Polished negotiation guide but 'golden rules' exist in blogs and free Blind posts.
Templates and operating models for enterprises drowning in AI governance paperwork.
Shows how SKILL.md progressive disclosure can keep an LLM's context focused while turning routine RE tasks into repeatable playbooks — valuable thinking for anyone juggling analysts-in-the-loop workflows. Clever writeup and sensible environment notes (FLARE‑VM + VM isolation), but it stops at concept: no packaged skill repo, runnable examples, or tooling to actually drop into your lab, so it reads like research notes rather than a usable project.
Dual LLM audits on frozen packets with explicit stop states beat fire-and-forget agent loops.