In this guide, we can see how to create a host inventory using “ansible-cmd” command. If we required collecting all host information with the configuration in a single […]
Install Ansible using Python installation manager pip
What is pip? pip can be called as preferred installer program. pip is package management used to install software which written in Python. To know how to install […]
Install and configure Ansible Automation IT Tool
In this guide, we are about to see how to install and configure the Ansible IT Automation Tool. Find below URL for more reference related to “Ansible”. Install […]
How to reset Foreman WebUI password from CLI
In case we have lost our foreman GUI password, how to retrieve it from the command line? Hence foreman using ruby we can run foreman-rake from CLI # foreman-rake […]
How to install Saltstack Configuration Management tool in Centos Linux
In this guide, we are about to go through how to setup Saltstack configuration management tools in Centos Linux. Install with two servers for SaltStack Server and Salt […]
How to create a Custom Linux ISO Image with a kickstart file
Creating a Customised Linux ISO with predefined actions in a kickstart file will skip manual interaction for every step during Linux installation.