Infrastructure Articles
9 articles found
Browse by topic: PHP · Infrastructure · Database · AI & LLMs · TypeScript · Quality Assurance
The Host-Action Bridge: Letting a Sandboxed Agent Control Containers It Cannot Reach
How a file-based request spool, a host-side systemd watcher, and a closed verb allowlist let a runtime-less AI coding agent container trigger orchestration actions on its host, without a container socket, SSH access, or ad-hoc firewall holes.
Stop Encrypting Entire Files with Ansible Vault. Use Vault Strings Instead.
Ansible Vault file encryption creates opaque blobs that break git diffs, block code review, and resist AI tooling. Vault encrypted strings keep your keys visible and your values safe, making them a strictly better workflow for infrastructure secrets.
systemd Timers: The Modern Alternative to Cron Jobs
Cron has scheduled Linux tasks for fifty years, but systemd timers offer structured logging, dependency management, security sandboxing, and catch-up execution that cron simply cannot match. A deep dive for engineers running Red Hat, Fedora, and Rocky Linux.
Automating Fedora 42 Desktop Development: Open Source Infrastructure as Code
What a real Ansible repository for provisioning a Fedora desktop looks like, and why baseline automation should stay narrow so project-specific stacks can build on top of it.
The Unix Philosophy: A Strategic Guide for Technology Leadership
How the 50-year-old Unix philosophy still shapes resilient infrastructure, reduces vendor lock-in, and gives technology leaders more room to manoeuvre through modular, composable systems.
Fedora 42: What's New in KDE Plasma, COSMIC, and the Installer
A look at Fedora 42's headline changes - KDE Plasma promoted to a full edition alongside GNOME, an official (alpha-quality) COSMIC Spin, a WebUI-based Anaconda installer for Workstation, and the toolchain updates underneath.
Ansible Fact Caching: The --limit Problem and Environment Separation Pain Points
Deep dive into Ansible fact caching limitations with --limit operations and the lack of dynamic cache location configuration for multi-environment deployments.
Ansible Automation for PHP Infrastructure
Complete guide to automating PHP infrastructure deployment and management using Ansible
Proxmox vs Cloud: Why Private Infrastructure Wins
Why Proxmox-based private infrastructure often beats public cloud for PHP workloads with predictable demand, covering cost, performance, control, and the cases where cloud still wins.