What is the difference between Ansible and Chef

There are several differences between Ansible and Chef, even though both are software tools used for system configuration and application deployment and both using IAC (infrastructure as code). Chef relies on a master-client architecture, with the server running on the master machine and a client running as an agent on each client machine. Ansible does not utilize agents, and has only a master running on the server side.

Cloudify download

Back to top