Posts

Ansible

Ansible : We can use it for configuration management, orchestration and provisioning. Configuration Management : Whatever changes we do to our users, files, services, application related files.. etc.... is called configuration management.                            Any setup we are doing is install the software, configure it as per our environment and start to use it.                            We can use Ansible to do the configuration                           Provisioning : Building new servers.                We can use Ansible for provisioning as well.               Orchestra...