Deploy Minikube Using Vagrant and Ansible on VirtualBox – Infrastructure as Code
Okay, you started learning kubernetes; maybe you are following some courses or documentations. Some of the courses are arranged with FREE labs where you can...
Okay, you started learning kubernetes; maybe you are following some courses or documentations. Some of the courses are arranged with FREE labs where you can...
Ansible / Automation / Online Events / Technical Events
by Gini Gangadharan · Published August 11, 2020
Another good news during this unusual time as Ansible Automate 2020 is a Virtual Event this year and we all will get the chance to...
In a strict secured environment, you may not be allowed perform tasks freely. Only the bastion host (a.k.a jump host) is the one freely allowed...
Ansible / Automation / Infrastructre & Hardware
by Gini Gangadharan · Published February 19, 2020 · Last modified May 20, 2020
Learn Ansible : Automation with Ansible – All You Want to Learn Ansible Tower is a wonderful product which help to implement a central hub for...
Ansible / Automation / Scripts
by Gini Gangadharan · Published February 3, 2020 · Last modified February 4, 2020
Okay, we all know Ansible installation is coming with default modules and you don’t need to download or configure any additional modules for normal cases,...
Automation / Cloud / Google Cloud Platform / Infrastructre & Hardware
by Gini Gangadharan · Published January 16, 2020
Yes, your server and data are on cloud, but to avoid the risk of unexpected data loss still you need to follow standard backup mechanisms...
Automation / Cloud / Docker / How To / Infrastructre & Hardware
by Gini Gangadharan · Published October 22, 2019
When it comes to VCS (Version Control System), we will have confusion as we have many products in market with almost same capabilities. When we...
Automation / Cloud / Docker / Kubernetes
by Gini Gangadharan · Published October 21, 2019 · Last modified May 2, 2020
Google Container Registry (GCR) is a service in Google Cloud Platform (GCP) to manage your own docker container repository. This is fully managed service and...
Ansible / Automation / Cloud / Infrastructre & Hardware
by Gini Gangadharan · Published September 24, 2019 · Last modified May 19, 2020
Ansible Tower is a wonderful product which help to implement a central hub for IT automation. Ansible Tower is basically a web console and REST...
Ansible facts are nothing but some variables which are automatically discovered by the Ansible on managed hosts while running ansible adhoc commands or playbooks. See...