Ansible vs Puppet Question

Hello good people,
can ansible enforce configuration like puppet?

Hello, domingochavez16
Puppet is based on pull module, in this scenario the client pulls configurations from the server as we did in the multiple tasks of puppet as well. In the respect of Ansible, it’s based on push module. The server pushes configurations to target systems for a quick deployment, configuration. Puppet uses its own declarative language to write the configurations whereas Ansible uses YAML Language.