What is Ansible and How it works?
What is Ansible?
Ansible is a cross-platform Configuration Management Tool for Server(s), which is primarily written using python.
Benefits of Ansible
The benefits are as follows:
- It is easy to learn, understand and use which makes it the choice for server config management
- It is Idempotent, that is, there are no additional effect if it is called more than once with the same input parameters.
- It is Platform Independent.
- Ansible-Command prompt is free.
Architecture of Ansible
