InterviewSolution
| 1. |
What is the difference between Ansible and Puppet? |
|
Answer» Management and SCHEDULING: In Ansible, the server pushes the configuration to the nodes on the other hand in puppet, the client pulls the configuration from the server. Also for scheduling, the puppet has an agent who POLLS EVERY 30mins(default settings) to make sure all nodes are in a desirable state. Ansible doesn’t have that feature in the free version. |
|