Compare ansible vs puppet?
Answer / Ritu Kumari
Ansible and Puppet are both configuration management tools, but they have some differences. Ansible is agentless, meaning it does not require an agent on managed hosts, whereas Puppet requires an agent to be installed. Ansible uses a simple syntax based on YAML and Python, while Puppet has its own declarative language called Puppet DSL. Ansible can perform tasks quickly due to its push-based model, while Puppet uses a pull-based approach.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does configuration management is help an organization?
Can you build your own modules with ansible?
Desired to gain proficiency on ansible?
How to install ansible?
What is the way to access shell environment variables in ansible?
How to interpolate variables or dynamic variable names?
What are playbooks in ansible?
How can you speed up management inside in ec2?
What are the variables in ansible?
Does ansible support hardware provisioning?
What are ansible vaults?
How would you install ansible on a centos system?