Kernel-based virtual machines have the option to provide an additional hard disk. In this post, we will describe how to add a hard disk on the host physical machine to the guest operating system. 1 – Create the additional disk There is two way to create additional storage, either we… Continue Reading…
This post will show you how we can view disk space through an ansible-playbook. Here I am using Linux-based identical machines and the Operating system is CentOS. In our playbook, I am going to use the register variable to capture the output and debug module to show the output of… Continue Reading…