Answer Posted / Ritu Kumari
Ansible and Puppet are both configuration management tools, but they have some differences. Ansible is agentless, meaning it does not require an agent on managed hosts, whereas Puppet requires an agent to be installed. Ansible uses a simple syntax based on YAML and Python, while Puppet has its own declarative language called Puppet DSL. Ansible can perform tasks quickly due to its push-based model, while Puppet uses a pull-based approach.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain a few of the basic terminologies or concepts in ansible.
Write a playbook to create a backup of a file in the remote servers before copy.
Explain different modules in ansible.
What is ansible role?
Explain the callback plugin in ansible?
What is the way to access shell environment variables in ansible?
Is ansible is an open source tool?
How to interpolate variables or dynamic variable names?
What are the variables in ansible?
How can I set the path or any other environment variable for a task or entire playbook?
How do I access a variable of the first host in a group?
Can you write a simple playbook to install nginx on a host machine?
What are the different components of ansible? Explain ansible architecture.
How do I set the path or any other environment variable for a task?
What is the use of ansible vaults?