Introduction I will explain the ansible roles directory structure. The confusing using roles are understanding the file hierarch. Ansible provides…
Ansible
Ansible copy template file to remote server
#Introduction How to copy the template file to the remote server using Ansible. I use vagrant to create VMs. My…
Ansible check package installed in Linux
# Introduction How to check for a package in the system using Ansible. I use vagrant to create VMs. My…
Securing Sensitive Data with Ansible vault encrypt decrypt Guide
Introduction In this tutorial, How to use Ansible vault encrypt decrypt to secure sensitive data. you’ll learn how to use…
Ansible Setup NFS server and client
#Introduction In this tutorial, How to set up an NFS server and client using Ansible. I use Vagrant. In my…
Ansible get IP address remote server
#Introduction In this tutorial, How to use Ansible get IP address remote server. There are many methods to obtain the…
Vagrant create ansible
Vagrant is a Configuration management tool. In this tutorial, I will use Vagrant to create an Ansible practice environment. Quickstart…
Ansible structure playbook
In this tutorial, I wrote about the Ansible structure playbook. What does the Ansible structure playbook mean? Let’s begin! A…
Fixing ansible python broken pipe for RHEL Centos 5
Introduction In this tutorial, How to fix run ansible “[Errno 32] Broken pipe\r\n”. I have enabled the EPEL repositories and…
Ansible read remote file
In this tutorial, How to use Ansible to read a remote file? Ansible the essential for DevOps Roles. Ansible read…