Ansible
Tuesday, February 24th, 2026
I Made an Ansible Role for Caddy
paultibbetts/ansible-role-caddy is an Ansible role for Caddy web server that lets you install Caddy with plugins.
I use it for my personal site and in my homelab.
This is what it does and how to use it. …
Sunday, February 15th, 2026
Launched: infra.paultibbetts.uk
A documentation site for the infrastructure that runs
paultibbetts.uk.
Tuesday, February 3rd, 2026
Published: paultibbetts/ansible-role-caddy
An Ansible role to install and operate Caddy web server.
Friday, June 13th, 2025
Using Terraform as the Inventory for Ansible
Terraform and Ansible are complementary tools with which you can do Infrastructure as Code. You would use Terraform to request machines from providers and then Ansible to configure them.
Using both of them together, with a dynamic inventory to link them, has been technically possible for years but never obvious enough for me to work out.
Until I found the Terraform provider. …