Create a Logical volume using Ansible

In our last guide, we have seen how to manage user accounts using ansible. By following in this guide let us see how to create a new logical volume (LVM) filesystem using ansible. To read about more topics on “Ansible” you can refer to the below links. Install and configure Ansible Automation IT Tool Install ... Read More

How to create a host’s Inventory using Ansible

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 shot it’s possible using “ansible-cmdb“. To know how to install and configure “Ansible” you can refer to the below links. Install and configure Ansible Automation IT Tool ... Read More

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 and configure “Ansible” you can refer to the below links. Install and configure Ansible Automation IT Tool Install Ansible using Python installation manager pip How to create ... Read More

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 and configure Ansible Automation IT Tool Install Ansible using Python installation manager pip How to create a host’s Inventory using Ansible Managing Groups and User creation using ... Read More