Give a comparison between ansible and puppet.
Answer / 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 |
How would you access a variable of the first host in a group?
How do I access a variable name programmatically?
Why is ‘{{ }}’ notation used?
How do I submit a change to the documentation?
What is ansible and what makes it stand out from the rest of the configuration management tools?
Write an ansible playbook to automate the starting of ec2 instance.
How do I loop over a list of hosts in a group, inside of a template?
How do I see all the inventory vars defined for my host?
How do I access shell environment variables?
Write a playbook to create a backup of a file in the remote servers before copy.
What are ansible vaults and why are they used?
What is the way to access shell environment variables in ansible?