#Introduction In this tutorial, We will use Ansible practice exercises examples. An Introduction Ansible Ansible is a popular open-source automation tool…
ansible
Ansible uses Testinfra test infrastructure
#Introduction In this tutorial, How to ansible testinfra test infrastructure. You can write unit tests in Python to test the…
Run Multiple Ansible Versions using Python 3 Virtual Environments
#Introduction In this tutorial, How to Run Multiple Ansible Versions using Python 3 Virtual Environments. You can install multiple versions…
How to install Ansible by using Virtualenv
Introduction In this tutorial, How to install Ansible by using virtualenv. You can test and deploy multiple Ansible versions with…
Ansible roles directory structure explained
# Introduction I will explain the ansible roles directory structure. The confusing using roles are understanding the file hierarch. 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…
Ansible vault encrypt decrypt example
#Introduction In this tutorial, How to use Ansible vault encrypt decrypt to secure sensitive data. Encrypted files use Ansible Vault…
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…