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 should one configure a jump host to access servers that I have no direct access to?
Is it unsafe to bulk-set task arguments from a variable?
Can you build your own modules with ansible?
Describe your newsletter ansible and who it’s aimed at.
Talk about ansible architecture.
What is the use of ansible?
How do I speed up management inside ec2?
What is ansible role?
Give a comparison between ansible and puppet.
What are the different components of ansible? Explain ansible architecture.
How do I disable cowsay?
How do I get ansible to reuse connections, enable kerberized ssh, or have ansible pay attention to my local ssh config file?