Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How is ansible different from puppet?



How is ansible different from puppet?..

Answer / Satender Singh

Ansible and Puppet are both configuration management tools, but they differ in several aspects. Ansible is agentless, meaning no software needs to be installed on managed nodes except SSH.nOn the other hand, Puppet requires an agent to run on each managed node. Additionally, Ansible uses a playbook (YAML files) to define tasks while Puppet manifests are written in its own declarative language called Puppet DSL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ansible Interview Questions

Can you build your own modules with ansible?

1 Answers  


Can you copy files recursively onto a target host? If yes, how?

1 Answers  


What is ci/cd?

1 Answers  


What is ansible and what makes it stand out from the rest of the configuration management tools?

1 Answers  


What are the different components of ansible?

1 Answers  


Why is ‘{{ }}’ notation used?

1 Answers  


How do I copy files recursively onto a target host?

0 Answers  


Why is ‘{{ }}’ notation used? And how can one interpolate variables or dynamic variable names?

0 Answers  


Is it unsafe to bulk-set task arguments from a variable?

1 Answers  


What is the use of ansible vaults?

1 Answers  


How do I keep secret data in my playbook?

1 Answers  


How do I access shell environment variables?

1 Answers  


Categories