LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Ansible or Puppet? (https://www.linuxquestions.org/questions/linux-server-73/ansible-or-puppet-4175639685/)

Yakooza 10-03-2018 06:01 PM

Ansible or Puppet?
 
Which one do you prefer? and why?

sleepee 10-03-2018 07:33 PM

Ansible for me. No agent installation is necessary. No puppet master installation is necessary. Just install ansible on the machine you want to run your playbooks with, and you're pretty much ready.

ReinaldoGomes 10-04-2018 10:47 AM

Not exactly what you asked, but I'm using Salt, and I like it pretty much.

tuxpal 10-04-2018 05:12 PM

Easy. Ansible.

Unless you're trying to manage like thousands of servers, then you may want to consider puppet. But ask any puppet person, they'll ALL tell you, they're desperately moving everything into ansible.

The main diff is ansible is a 'push' methodology, vice puppet agents having to 'pull' updates. Pulling breaks frequently due to SSL cert issues, and unless you pay for the very expensive puppet console to show you these - they'll fly under the radar. When you run ansible to push out updates, you see immediately, and can react.

my 2 sense.

/tp

berndbausch 10-05-2018 10:09 AM

I have worked with Ansible and started learning Puppet. I might be biased but I consider Ansible much easier to understand and handle. Agentless architecture is a plus.

Granted I have not dealt with complex or huge setups. Perhaps Puppet has advantages there.

Yakooza 10-17-2018 10:13 PM

Does Ansible have a GUI for noobs? Or a GUI integration?

ravik_rhce 10-18-2018 03:34 AM

yes, Ansible has AWX for web based GUI which is upstream project for Red Hat Ansible tower.


All times are GMT -5. The time now is 03:18 PM.