Scripts

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 …

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 …

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 …

Sending Email Using Python and smtplib – Quick HowTo
Image Courtesy : www.telegraph.co.uk What is smtpLib We can easily send email from python script using smtplib module, which defines an SMTP client …

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.

Ansible Deployment
Hope you are clear on the concept and installation of Ansible program. Lets configure our Ansible environment now.

Slip Stream Method for SQL Server Build
This document is to guide when we want to integrate the SQL setup media with Service Pack, Cumulative updates and hotfixes in once single iso image so …

Quick Hardware Collection Script for HP C7000 Enclosure
Since I am playing with so many HP bladecenters daily, it was bit difficult to do quick hardware checks whenever there is an issue. So I have wrote …