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...
Ansible Cheatsheet Today we will look at various frequently used Ansible commands that i used to refer everytime. We are connecting to remote users via username “john” 1. Get...
In this post, we will see how to run a command with root user in ansible. There are two ways to do this. Lets have a look at both of...
Let us have a look at another ansible playbook which will create various logical volumes under LVM. The playbook is not complete in the sense that roles text is not...
Suppose we want to add a new disk where multipath is configured. Lets add a 20Gb LUN and set up it under multipath on server. Create vg_products volume group on...
Today lets see the correct procedure to remove clone in Veritas VxVM Diskgroup. ### Display the snapshot volume. # vxsnap -g diskgroup dis snapshot_volume ### Stop the snapshot volume #...
Today in this post, we will see how to do disk replacement in IBM ESS server. Suppose there is a disk failed and IBM is sending an engineer to replace...
Here i will show you a sample playbook you can use to install a list of packages in linux. This is a sample playbook we use to install various packages...
Today we will see one of the most useful article how to analyze the vmcore file in linux. Lets see step by step how to achieve this. 1. Check the...
Today in this post, we will see a common error message and its solution. Lets see the error message and its solution. I. Errors TRKINS: Installing package JOO_e version 22.09-s001...