Answer Posted / 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 |
Post New Answer View All Answers
Can you write a simple playbook to install nginx on a host machine?
How do I configure a jump host to access servers that I have no direct access to?
What does fact mean in ansible?
How do I see a list of all of the ansible_ variables?
Enlist the differences between variable name and environment variables.
What are the advantages of ansible?
What is ansible task?
What are ad-hoc commands? Give an example.
When should I use {{ }}?
Why are you attracted to science and science fiction?
How to keep secret data in a playbook?
Is it unsafe to bulk-set task arguments from a variable?
How should one configure a jump host to access servers that I have no direct access to?
Have you worked with ansible before? Please share your experience.
What is the ask_pass module in ansible?