Ansible roles directory structure explained
# Introduction I will explained ansible roles directory structure. The confusing using roles is understanding the file hierarch. In 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…
Vagrant No VirtualBox Guest Additions installation found [Fixed]
#Introduction In this tutorial, How to fix error Vagrant No VirtualBox Guest Additions installation found. I use laptop and run…
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…
Command creating a virtual machine in vagrant
#Introduction In this tutorial, I written The commands when creating a virtual machine in VirtualBox using Vagrant. Prerequisites VirtualBox Installed…
Install Apache cassandra on Centos 6
#Introduction In this tutorial, How To Install Apache cassandra on Centos 6. Apache Cassandra is a NoSQL database for storing…
How to change MySQL Data Directory on Ubuntu
#Introduction In this tutorial, How To Move a MySQL Data Directory to a New Location on Ubuntu. I will change…