In one of my latest posts I gave you an explanation about the different usage scenarios for Terraform and Ansible. Personally, I'm using Terraform for my infrastructure tasks and Ansible on top of it.
Latest
Writing about technology. No science degree needed.
- If you just started to use Terraform for infrastructure deployments, chances are high that you're still using the local state files for the configuration.
- If you have read my last blog post you already know how to create templates for further provisioning using the Cloud-Init specification.
- Due to performance problems with my ESXI homelab I decided to give the open source solution Proxmox a try. One of my goals was to install all my virtual machines with the Cloud-init solution.