Terraform
Sunday, February 15th, 2026
Launched: infra.paultibbetts.uk
A documentation site for the infrastructure that runs
paultibbetts.uk.
Monday, February 9th, 2026
Published: paultibbetts/terraform-provider-mythicbeasts
A Terraform provider for Mythic Beasts.
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. …