tag: ansible

terraform & ansible for deploying an 11ty site at digitalocean

Mar 24, 2025

This post will document my method for creating a droplet (VPS) at digitalocean to host an 11ty website. This will be a single nginx server with a domain, certificate setup for https, a firewall using ufw, etc. The goal is to make this process quick and reproducble using terraform and ansible.

install ansible on linux

Mar 10, 2025

In this post I will cover installation of Ansible on my Linux box (Pop!_OS / Ubuntu). Ansible is a python package, so it's turns out that this addition to my DevOps tools is pretty simple to install.