Ansible

HashiCorp Certified Terraform Associate – Learning & Exam Tips
Introduction I started using Terraform somewhere in 2018, but very limited usage as I thought it is just another tool for provisioning infrastructure …
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 …

Ansible Automates 2020 on 9th & 10th September
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 attend the same …

Running Ansible through SSH Jump / Bastion Host
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 to …

ansible-tower-service, Start or Stop Ansible Tower
Image: rockwellcollins.com | 01 Jan 2000 — Hand on throttle — Image by © Firefly Productions/CORBIS Learn Ansible : Automation with Ansible – All You …

How To Add Custom Modules In Ansible
Image : bsbgroup.com/ Okay, we all know Ansible installation is coming with default modules and you don’t need to download or configure any …

Ansible Tower – How to Backup and Restore
Image Background : datafloq.com Ansible Tower is a wonderful product which help to implement a central hub for IT automation. Ansible Tower is …

Managing Ansible Facts
Ansible facts are nothing but some variables which are automatically discovered by the Ansible on managed hosts while running ansible adhoc commands …

Managing Ansible Variables
Ansible Variables You can use variables in ansible plays to store values like users to create, packages to install etc. By using variables, you can …

SSSD AD integration on RHEL7 using Ansible
Image : https://defendernetwork.com Most of the time , we have requirement to integrate Linux systems in our environment with AD for Centralized user …

Ansible and Jenkins integration – Red Hat Webinar
Join this Red Hat webinar to see how to use Jenkins pipelines to deploy simple applications using Ansible Tower.

Installing Python Modules in Disconnected Environments
Installing a python module or package (any applications) is very easy if you have internet connection and access to public repo or private repo.