1.

What is Ansible?

Answer»

Ansible is an OPEN source automation platform that is used for configuration management, application deployment task automation ETC

It can ALSO do I-T orchestration to run tasks in sequence and create a chain of events which must happen on several different servers or devices. It is developed in Python language. It is useful while deploying any application using ssh without any DOWNTIME

In simple terms Ansible enables us to define our INFRASTRUCTURE as code(IAC) in a simple declarative manner. 



Discussion

No Comment Found