Ansible

Jenkins pipeline, Terraform, Ansible - 3 powerful tools to achieve end to end automation

End to End automation on Azure using Terraform, Ansible and Jenkins – Practical guide

Introduction Jenkins pipeline, Terraform & Ansible are 3 most powerful open-source tools widely used for achieving automation. In this article, we will be discussing end-to-end automation on Microsoft azure cloud using Terraform, Ansible & Jenkins. Before starting let’s discuss very briefly the importance of automation. DevOps practices are powered by automation. Automation lies at the […]

End to End automation on Azure using Terraform, Ansible and Jenkins – Practical guide Read More »

How to install ansible in RHEL 8 - a simple & practical guide

How to install ansible in RHEL 8 – a simple & practical guide

Introduction Ansible is a very powerful open-source IT automation tool. It is known as a configuration management tool. Ansible is written in Python language, so it requires Python to be available on the machine. We can use Ansible to automate software installation, software configuration, configuration management, etc. To get a quick high-level understanding of Ansible,

How to install ansible in RHEL 8 – a simple & practical guide Read More »

Automation of Tomcat installation – using Ansible

Automation of Tomcat installation – using Ansible

Introduction Tomcat is a popular open-source web server & servlet container. Web applications are deployed in the Tomcat web server. This article will show how to automate tomcat installation using Ansible. We will be installing Tomcat 10 in the article. If you need to install any other version of tomcat then please edit the Ansible

Automation of Tomcat installation – using Ansible Read More »

How to deploy infrastructure on Azure using Ansible (IaC)

Ansible as IaC – Infrastructure Deployment on Azure

Introduction Infrastructure as code (IaC) is crucial when we think about automation. There are many benefits of using IaC like less manual intervention in resource deployment, and code reusability. In this article, we will discuss on how to use Ansible to write Infrastructure as Code (IaC) to deploy infrastructure in the Azure cloud. Though Ansible

Ansible as IaC – Infrastructure Deployment on Azure Read More »

How to automate any software installation and configuration using Ansible

How to Automate Any Software Installation and Configuration Using Ansible

Introduction In this article, we will discuss the steps involved in the automation of software installation and configuration using Ansible. This article is focused on Ansible, and how to achieve automated installation & configuration of software using Ansible. So, if you are interested in leveraging the power of Ansible to automate some of your manual

How to Automate Any Software Installation and Configuration Using Ansible Read More »

Errors/issues faced with get_url, unarchive module of ansible

Errors/issues faced with get_url, unarchive module of ansible

Introduction Ansible is a very powerful automation tool. It is written in Python language. It has plenty of modules which we can use to automate many task like software installation, configuration etc. You can go through below article for complete high level information about ansible. Introduction to Ansible | High Level Understanding of Ansible If

Errors/issues faced with get_url, unarchive module of ansible Read More »

Automation of JBoss EAP installation - using ansible

Automation of JBoss EAP installation – using ansible

Introduction In this article, we will discuss the automation of JBoss EAP installation using Ansible. There could be many ways through which you can automate the installation of JBoss EAP, but here we will try to achieve this using Ansible. And here we will install the JBoss EAP on a Linux (RHEL) machine. Automation of

Automation of JBoss EAP installation – using ansible Read More »