top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the differences among Puppet, Chef and Ansible ?

0 votes
261 views
What are the differences among Puppet, Chef and Ansible ?
posted Jan 29, 2017 by Neelam

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Neelam, I am very new in this area so know very basic things only. All these the configuration management tool to configure large number of servers through one controller node. Configuration management through puppet and chef required agent to be installed at all the machines and agent acts as anchoring point for a machine while Ansible just requires ssh connection to target machine and works in the "push" mechanism.
I know this is very basic but this is all what I know.

answer Apr 26, 2017 by Harshita
Similar Questions
0 votes

There is a possibility on one controller multiple people are working and all of them have login credentials of controller node. Assume someone is editing one playbook but he/she does not let others to see the changes. Is there any way in Ansible by which a user can stop others to edit/read the file ?

0 votes

A playbook may consist of multiple tasks and as per my understanding it runs from top to bottom. Is there any way to start execution from a task other than first one ? If yes then what is the way to do that ?

+1 vote

Is there any option to control execution of ansible playbook by mean of user interactive mode ? I mean before executing any task it prompts for the user input and based on user input it takes action to run or not.

+1 vote

What is Ansible and how does it work ?

...