© 2023 Hashnode
#ansible
what is Ansible? Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that appro…
Ansible tool can be used either manually ( adhoc command) or automatically ( playbook) let say we want to configure http server either you do manually . But it takes lot of time in typing these comma…
Earlier the administrators were managing the infrastructure manually, which took a lot of time to do and was repetitive. Let's take a real example an administrator has to manage the infrastructure by …
IntroductionIn the world of DevOps where automation is necessary, ansible is one tool used to automate tedious and manual tasks. What is Ansible?Ansible is a configuration management tool used to auto…
In this project, we will be deploying an HTML webpage using Ansible with the help of Nginx. Ansible is a powerful automation tool that allows us to manage and configure infrastructure efficiently, whi…
In Ansible we can define variables in many ways as shown below. Here is the order of precedence from least to greatest (the last listed variables override all other variables)command line values (for example, -u my_user, these are not varia…
If you are trying to become a DevOps engineer, you might get confused between the use cases of Terraform and configurations management tools like Ansible, Chef, Puppet, etc. Therefore, it is essential to understand the difference between in…
This project is a continuation of the previous one. Allow me to briefly describe what we accomplished in that project. We deployed a Java-based web application on a Tomcat server. Initially, we utiliz…
Maintaining the inventory file while working with Ansible with AWS can be a difficult process owing to frequent changes in dynamic components of the infrastructure. Fortunately, there is a convenient …
What is Ansible? Ansible is a configuration management tool used to configure multiple machines/servers at the same time without manually input to each one of them We are having host machine and 2 node machines (Ubuntu and Redhat) Let us tr…