0 votes
in Ansible by

What is the difference between Ansible and Puppet?

a) Ansible is written in Python, while Puppet is written in Ruby

b) Ansible uses push-based configuration management, while Puppet uses pull-based configuration management

c) Ansible has a smaller learning curve, while Puppet has a steeper learning curve

d) All of the above

1 Answer

0 votes
by
Answer: d) All of the above

Explanation: Ansible and Puppet are both configuration management tools, but there are some differences between them. Ansible is written in Python, uses push-based configuration management, and has a smaller learning curve. Puppet is written in Ruby, uses pull-based configuration management, and has a steeper learning curve.
...