# Introduction I will explained ansible roles directory structure. The confusing using roles is understanding the file hierarch. In Ansible…
Ansible
Ansible copy template file to remote server
#Introduction How to copy template file to remote server use Ansible. I use vagrant to create VMs. My example Ansible…
Ansible check package installed in Linux
# Introduction How to checking for a package in the system use Ansible. I use vagrant to create VMs. My…
Ansible vault encrypt decrypt example
#Introduction In this tutorial, How to use Ansible vault encrypt decrypt to secure sensitive data. Encrypted file use Ansible Vault…
Ansible Setup NFS server and client
#Introduction In this tutorial, How to Setup NFS server and client using ansible. I use vagrant. My example Ansible create…
Ansible get IP address remote server
#Introduction In this tutorial, How to use Ansible get IP address remote server. There are many method to obtain the…
Vagrant create ansible
Vagrant is a Configuration management tools. In this tutorial, I will use Vagrant to create an Ansible practice environment. Quickstart…
Ansible structure playbook
In this tutorial, I written about Ansible structure playbook. what does Ansible structure playbook mean? Let’s begin! A sample Ansible…
Fixing ansible python broken pipe for RHEL Centos 5
In this tutorial, How to fixing run ansible “[Errno 32] Broken pipe\r\n”I have enabled the EPEL repositories and installed the…
Ansible read remote file
In this tutorial, How to use Ansible to read a remote file? Ansible the essential for DevOps Roles. Ansible slurp…