DevOps Automation

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 »

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 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 »

Jenkins pipeline code to build & deploy application in Kubernetes

Jenkins pipeline code to build & deploy application in Kubernetes

Introduction Jenkins pipeline as code is one of the way best of writing/ creating Jenkins pipeline. It gives us lot of flexibility. Also, we can reuse Jenkins pipeline script. In this article we will discuss deployment of a sample Java application on Kubernetes platform. We will use AKS (Azure Kubernetes Service) as Kubernetes platform. Here we

Jenkins pipeline code to build & deploy application in Kubernetes 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 »

automation of application platform building using terraform, ansible & jenkins

Automation of application platform building using Terraform, Ansible & Jenkins – Ideas

Introduction Automation of platform building is one of the key areas which helps to bring production grade application live comparably must faster. And automation also enables reusability. So, it might be painful at the initial stage to develop the automated solution but in the long run you will be benefited. When we speak about any

Automation of application platform building using Terraform, Ansible & Jenkins – Ideas Read More »

Java installation through automation - using Ansible

Automation of Java installation – using Ansible

Introduction Automation is the key aspect in DevOps methodology. It helps in faster software delivery. Developing an automated solution always takes more time at the initial stage, but we all know how it benefits us in the future. In this article we will see automation of java installation using ansible. Prerequisite Hands-on knowledge of Ansible

Automation of Java installation – using Ansible Read More »