Ansible

Integrate Ansible with Jenkins

Posted on

In this blog, we will explore how we can integrate Ansible with Jenkins in a CI/CD process. This will help us trigger the Ansible playbook using Jenkins instead of doing it manually from the Ansible master node. If you want to see the video for this article, click here Prerequisite Jenkins Server where Jenkins is […]

Ansible

Terraform-Dynamic Inventory

Posted on

How to get the Terraform-Dynamic Inventory for your ansible script This blog will help you to find out the Terraform-Dynamic Inventory like EC2 instance which is created automatically using Terraform. Now to do the deployment on this EC2 instance through ansible you need the details. Here, we will find out how we can put the host […]

Ansible

Ansible Setup on AWS EC2 Instance with windows Nodes

Posted on

In this blog, we will do the Ansible Setup on AWS EC2 Instance with windows Nodes Prerequisite of Ansible Setup Python 2. SSH Three servers Ansible control Server ( Install ansible using epel repository)- On AWS you have to enable this file WebServer DBServer How to connect between these servers ? To ping these servers(webserver and dbserver) from ansible […]

Ansible

Ansible Setup on AWS EC2 Linux Instance

Posted on

For Ansible to work,python and SSH should be configured on all the servers Prerequistie Python SSH On AWS EC2 Linux Free Tier Instance, python and ssh both are already installed Python Version — 2.7.13 Three servers Ansible control Server ( Install ansible using epel repository)- On AWS you have to enable this file WebServer DBServer How to connect […]

Ansible

Terraform Examples and Commands

Posted on

This blog will help you with the basic terraform commands and will give you an idea of how to user variables,map, attributes. Some useful terraform commands Terraform plan — this command shows you what applying do by checking the template, state file, and actual state of the resource. It is recommended to use this before running apply […]