Copy shell script and execute it using Ansible.
Here we will see one Complete example to copy shell script and execute it, & get its output. I. Make Ansible Conifguration # cat ansible.cfg [defaults] inventory = hosts remote_user=saket...
Here we will see one Complete example to copy shell script and execute it, & get its output. I. Make Ansible Conifguration # cat ansible.cfg [defaults] inventory = hosts remote_user=saket...
Here we will see how to get FSPDUMP from HMC for a hardware failure event. I. Problem IBM instructs you to upload an FSPDUMP from an HMC following a call...
Today we will look at an interesting post how to copy partition table of one hard drive to another in linux. Lets look it at step-wise to understand the scenario....
In this post, we will look at an interesting tip to keep two directories in sync with each other. It helps us to take backup of a directory and perform...
1. What is Docker ? Docker is a software package which is installed on a server or host OS and then provides a facility to create containers. Each container can...
Today lets have a look at an ansible playbook to copy a shell script to remote server and then run it as root. And finally get its output on our...
Till now we have looked at ansible playbook to get the ping response, server uptime, date and its syntax. In this post, we will see how to copy a file,...
It is a common question what do you mean by cpio archive and what is its use when we have gzip/xz, etc compressions already in place. And how to create...