Skip to main content

Posts

Showing posts with the label Ansible

Automate deployment script through Ansible

When we talk about Ansible, it can be easily said that it is undoubtedly the simplest way to help deploy all our applications. It also along with it gives us the whole power to deploy many multi-tier applications very reliably and consistently and that too, all from one common framework. You can also along with it configure all the needed services as well as the push application artifacts too just from this one common system. So now rather than just writing the custom code so as to automate your systems as you prefer to, your team shall write easy and simple task descriptions so that even the newest team member who is not quite known to it can to understand on the very first read   and so this shall be saving not only up-front costs, but along with it, this shall also be making it much easier to react to the change over time. Ansible really allows you to write the 'Playbooks' that are actually descriptions of the desired state of your systems, and that are usually ke