New Work Lab
-
It looks like I may be getting a new lab hardware at work, likely just a single VM Host that I have free access too. It will mainly be a C# CI build environment, with Git for source control, Jenkins, a few clean dev systems, and a tiny mock production environment, etc all as VM's. I would like to have my development systems defined in a script so they can be replicated, and all software and versions (.Net for example) stay in sync. What is this best way to do this? I am still in the brainstorming stage and just would like some input on how others would tackle this.
-
Terraform and Salt?
-
@scottalanmiller said in New Work Lab:
Terraform
This is why I come here. I have researched Salt, Puppet, and Ansible, but I have never heard of Terraform.
-
Also need to Mention this is a Microsoft Windows Environment.
-
@s.hackleman said in New Work Lab:
Also need to Mention this is a Microsoft Windows Environment.
Doesn't matter to those tools I had guessed that it was Windows.