YAML SSH Task Runner
YAML SSH task runner when Ansible, Fabric, and Salt already dominate.

TypeScript recipes with IDE autocomplete beat Ansible YAML for complex logic.
DevOps engineers and backend developers
Ansible · Pulumi · Fabric
YAML SSH task runner when Ansible, Fabric, and Salt already dominate.
Bash script bundling standard server hardening, but Ansible, Terraform, and Linode/DigitalOcean do this.
If you manage small VPSes this removes the usual nail-biting: every change is previewed, the script is idempotent, and SSH edits come with automatic lockout rollback. It's a single-file, zero-deps tool with 14 modular steps (firewall, fail2ban, kernel tuning, auditd, SOPS support) and CI/ShellCheck badges — great for one-off servers, but not a fleet management replacement for Ansible or cloud-init.
TypeScript in Postgres beats plv8's plain JavaScript with actual type safety.
Yet another JSON validator, but uses TypeScript types instead of JSON Schema.
Deno runtime inside Postgres brings npm imports and sandboxing to stored procedures.