Difference between Ansible and Puppet.
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please Disable the AdBlocker to Continue to the site.
Availability: Ansible has backup secondary nodes, whereas Puppet has more than one master node making both of them highly available.
Management and Scheduling: In Ansible, the server pushes the configuration to the nodes, whereas in Puppet, the client retrieves the configuration from the server. Additionally, the Puppet has an agent for scheduling polls every 30 minutes (according to default settings) to ensure that all nodes are in a desirable state. That function is not available in the free version of Ansible.
Setup: Puppet is regarded as more difficult to set up than Ansible since it has a client-server architecture and its own declarative language, Puppet DSL.