|
Answer» It has the following features: - Agentless – Unlike puppet or chef there is no software or AGENT managing the nodes.
- Python – Built on top of python which is very easy to learn and write scripts and one of the robust programming languages.
- SSH – Passwordless network authentication which makes it more SECURE and easy to set up.
- Push architecture – The core concept is to push multiple small codes to the configure and run the action on client nodes.
- Setup – This is very easy to set up with a very low learning curve and any OPEN source so that anyone can get hands-on.
- Manage Inventory – Machines’ addresses are STORED in a simple text format and we can add different sources of truth to pull the list using PLUGINS such as Openstack, Rackspace, etc.
|