Terraform and Libvirt provider demo
Terraform is a great tool to build infrastructures. You will see many tutorials on how to use it with AWS, Azure or GCP. But you can do more. I use it to quickly create KVM virtual machines for ansible roles testing, and fun ! Thanks to the Terraform libvirt provider I will explain here how to create a sandbox of three machines. I used it to develop my etcd ansible role....