Ansible Variables with Examples

Hands-on using Ansible Variables

In this article we are going to cover Ansible Variables with Examples, How to declare a valid variable in Ansible, Define variables in Ansible playbook,Create new file for variable in Ansible. What

Ansible Playbook Example

Ansible Playbook Tutorial

In this article we are going to talk about how to write our first Ansible playbook Example. What is Ansible Playbook? Ansible modules execute tasks. One or more Ansible tasks can be

Ansible ad hoc commands with Examples

Ansible Ad-Hoc Commands Explained with Examples

In this article we are going to cover Ansible ad hoc commands with examples. Prerequisites One Ansible master node One or more client nodes SSH connection should be enabled between Ansible master

How to Install Ansible on CentOS 8

How to Install Ansible on CentOS 8

In this article we are going cover How to install Ansible on CentOS 8, Configure Ansible, exchanged SSH keys from master to slave node and Tested the Ansible setup. There are two

How to Install Ansible on Ubuntu 20.04 LTS

install ansible on ubuntu 20.04 lts

In this article we are going to cover How to install Ansible on Ubuntu 20.04 LTS, Configure Ansible, exchanged SSH keys from master to slave node and Tested the Ansible setup. Prerequisites:

Elasticsearch Installation using Ansible [6 Steps]

Elasticsearch Installation using Ansible

In this article, We are going to perform Elasticsearch Installation using Ansible on AWS Instance, configuring Elasticsearch, install nginx and configure SSL. First create a directory: $ sudo mkdir ansible_workspace Navigate to