How Ansible is different from other automation tools? (e.g. Chef, Puppet, etc.)
Answer
Ansible is:
- Agentless
- Minimal run requirements (Python & SSH) and simple to use
- Default mode is "push" (it supports also pull)
- Focus on simpleness and ease-of-use
Ansible is: