Posts tagged "infrastructure"
- How to install Ansible with uv December 29, 2025The official Ansible docs show how to install Ansible with pipx. Here is the equivalent command when using uv.
- Automatic Homelab HTTPS with Caddy and Cloudflare November 19, 2023Caddy and Cloudflare make it easy to get TLS certificates for your homelab. In this blog post I will walk you through how to set up Caddy and Cloudflare for automated TLS!
- Using Jinja2 Templates with Pulumi July 14, 2022Over the last few months, I have spent a lot of time working on AWS. I often need to spin up EC2 instances, databases, or other assets for testing. Doing this by hand can become burdensome. You need to click through the AWS CLI and keep track of everything you have created. This sounds like a perfect use case for infrastructure as code. Enter Pulumi!