Answer Posted / Firdos Khan
Ansible is a configuration management tool that uses SSH to push changes to target hosts, while Puppet requires an agent to be installed on each host. Ansible is more idempotent than Puppet, meaning it will only make the necessary changes to achieve the desired state. However, Puppet offers more advanced features like its own language and declarative syntax.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is ansible different from puppet?
How can you access a list of ansible_variables?
How do I handle different machines needing different user accounts or ports to log in with?
Compare ansible with chef.
How to generate crypto passwords for the user module?
What are ansible server requirements?
Is ansible an open source tool?
How do I speed up management inside ec2?
Give a comparison between ansible and puppet.
How do I configure a jump host to access servers that I have no direct access to?
Explain the callback plugin in ansible?
Write an ansible playbook to automate the starting of ec2 instance.
How can you connect other devices within ansible?
What is the best way to make content reusable/redistributable?
Does ansible support hardware provisioning?