Pets have names, livestock is tagged
A DevOps engineer explains how they replaced hardcoded hostnames with dynamic inventory groups using Tailscale tags and Ansible for better infrastructure management.
A DevOps engineer explains how they replaced hardcoded hostnames with dynamic inventory groups using Tailscale tags and Ansible for better infrastructure management.
A guide to running an Ansible control node on Windows using Docker, as a workaround for the lack of native Windows support.
A guide for SQL Server DBAs on using Ansible to automate database administration tasks like installation, backup, and user management.
A developer's first impressions of Nix, comparing it to Ansible for managing software environments and infrastructure as code.
Tutorials on using Ansible with SR Linux's JSON-RPC interface for network automation.
A guide to automating the setup of a Raspberry Pi K3s Kubernetes cluster using Ansible playbooks for efficient provisioning.
A technical guide on backing up and restoring a self-hosted Plausible Analytics instance using Docker volumes and command-line tools.
Learn how to use Ansible to dynamically generate parameters and deploy Azure ARM templates, simplifying infrastructure management.
Part 2 of a tutorial on using Ansible playbooks and Jinja2 templates to manage and deploy Terraform configurations for Azure infrastructure.
A technical guide on using Ansible to simplify and manage Terraform configurations for multi-environment infrastructure deployments.
A guide to turning a Raspberry Pi into a remote keyboard using an open-source web app called Key Mime Pi.
A developer's technical journey to self-host a private video sharing platform, evaluating ClipBucket and MediaGoblin with Docker and Ansible.
A technical guide on deploying WhiteNoise for static files in a Django SaaS app, covering CI/CD and Nginx configuration changes.
The author streamlines a SaaS deployment by removing the Git clone from the server, detailing the steps for Let's Encrypt and Git SHA changes.
The author removes Node.js from their SaaS deployment process, simplifying the server setup and moving static asset generation to CI.
Episode on automating static asset deployment to AWS S3 via CircleCI and pulling files with Ansible during SaaS deployment.
Explains how to run webpack and Django's collectstatic in CI to simplify deployment of static assets.
A guide to creating a VS Code Remote Container development environment for Azure and Ansible projects.
Connecting a Django Shiv app using Ansible, covering file permissions and settings configuration for deployment.
Debugging a Django static files issue caused by incorrect file permissions in a Shiv app.