@stacksofplates said in Automated Provisioning - KVM & CM tools:
@fuznutz04 said in Automated Provisioning - KVM & CM tools:
@stacksofplates said in Automated Provisioning - KVM & CM tools:
Terraform will do this and I have an Ansible role to do it also.
As @IRJ mentioned Vagrant will work also. However I feel Terraform is a better fit as you have more control over the specific pieces of your infrastructure.You would still prefer Terraform over Ansible for this as well?
Yeah. My role can create the VMs, but Terraform had more functionality for that. Ansible overlaps in the infrastructure provisioning space a lot, but it lacks keeping states like Terraform does.
I'd like to learn both. I just started with Ansible a day or two ago. I have been (and still am) using SaltStack.