What does it do?
OpenVox is the modern open source implementation of the world’s most capable configuration management platform – trusted by everyone from the smallest hobbyist to operators of some of the largest commercial infrastructures in the business.
Try OpenVox as the engine powering your infrastructure deployment and configuration needs and see why it’s the industry standard in resource abstraction and drift remediation.
I’m gonna be so real, that’s a lot of words that I didn’t understand but that’s okay- I suppose I’m probably not the target audience for for the software 😂
Best of luck to you and your project!
I find this happens a lot on software like this and people kind of assume visitors know what all the buzzwords mean or are in the same bubble as the developers, which is a shame really as I assume it scares a lot of people off.
TLDR: it lets you automate installing an operating system and software, mainly used for servers.
So wait… Did Puppet have a license change as well recently? Is this just preemptive because it looks like Perforce is starting to change things?
Why not just use Ansible?
I don’t frequent that world much these days, but I personally preferred the agent/pull model when I did. I can’t really articulate why, I think I feel comfortable knowing that the agent will run with the last known config on the machine, potentially correcting any misconfiguration even if the central host is down.
The big debate back in the day was Puppet vs. Chef (before Ansible/SaltStack). Puppet was more declarative, Chef more imperative.
I also admit, I don’t like YAML, other than for simple, mostly flat config and serializing.
I further admit that Ansible just has a bigger community these days, and that’s worth something. When I need to do a bit of CM these days, I use Ansible.