Salt stack, the simpler puppet
saltstack.com
Salt stack, the simpler puppet
1–10 of 34 posts
Re: Salt stack, the simpler puppet
#2Re: Salt stack, the simpler puppet
#3However, you can find installation instructions (which include where to download) for all OSes here:
http://docs.saltstack.com/topics/installation/index.html
I have yet to check Salt out, but as someone who's just come off the back of Puppet's steep learning curve and lack of robust modules, it's something I'd like to look into.
Re: Salt stack, the simpler puppet
#4I started looking at ansible but like salt stack better now. Windows support is one think I liked better about it. I wish I didn't have to deal with Windows but unfortunately I do and salt has the support for it. http://docs.saltstack.com/ref/windows-package-manager.html
Searched around a bit and found pave. It has the things I need (admittedly straightforward) and is about as simple as it gets. Would be great if it could get some love, as I appreciate the no-nonsense design. https://bitbucket.org/mixmastamyk/pave
Re: Salt stack, the simpler puppet
#5I also appreciate that there are a number of ways to set things up in Ansible, which makes it easy to write simple playbooks, and easy to write complex ones with multiple roles and branches as well.
At the end of the day, conf management has so many facets that I've learned to stop arguing the merits of one over another and just accept that there are different strokes for different folks.
Re: Salt stack, the simpler puppet
#6Ansible playbooks read about a million times more obviously to me than salt config files. Probably that's just due to me putting in the effort to learn, but I think there's a thread of truth in there too. For one thing, Ansible makes it easy for non-devops folks to just walk through what they'd need to do to provision a box, and then turn that walk through into an ansible playbook. I also appreciate that there are a…
Re: Salt stack, the simpler puppet
#7Re: Salt stack, the simpler puppet
#8Their website doesn't make it obvious where to go if you just want to download salt and get started. It seems to want to steer you towards SaltStack Enterprise. However, you can find installation instructions (which include where to download) for all OSes here: http://docs.saltstack.com/topics/installation/index.html I have yet to check Salt out, but as someone who's just come off the back of Puppet's steep learning…
Re: Salt stack, the simpler puppet
#9For instance, with a couple lines of Python, I was able to 'react' to any new DigitalOcean instance that was created and able to update DNS records or Nginx config (if it was a certain type of instance). As someone is more of a developer than a infrastructure person, Salt saved me a lot of time.