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 |
What are the different components of ansible?
How do I configure a jump host to access servers that I have no direct access to?
What is ansible galaxy?
What does fact mean in ansible?
When should I use {{ }}?
Describe your newsletter ansible and who it’s aimed at.
Can you copy files recursively onto a target host? If yes, how?
How can you connect other devices within ansible?
How to create encrypted files using ansible?
Is there a web interface / rest api / etc?
What is ansible?
Talk about ansible architecture.