DevOps and Middleware Engineering

Main Page

▼
Tuesday, 16 October 2018

Ansible Command to copy files to destination

›
ansible -i  $host, -b -m copy -a 'src=/home/pavan/scripts/jars/  dest=/app/tomcat/instances/$domain/lib/ owner=tomcat group=tomcat mode...
Friday, 28 September 2018

SHELL SCRIPTS

›
1) Shell Script to copy ssh keys to remote Servers #!/bin/ksh echo "Enter your password: " stty -echo read -s SSHPASS ...

Shell Script to use rsync to copy the files to remote servers

›
#!/bin/sh ## Author: Pavan Bandaru ## Date: 9/28/2018 set -x display_usage() {   echo "This script must be run with ...." ...
Tuesday, 25 September 2018

Shell Script to copy ssh keys to remote Servers

›
#!/bin/ksh echo "Enter your password: " stty -echo read -s SSHPASS export SSHPASS stty echo for host in `cat host.txt` do ...
Tuesday, 1 May 2018

HOME PAGE

›
3 comments:
Thursday, 12 April 2018

Jenkins

›
Install Jenkins on Linux Install Jenkins on AWS ec2 
Wednesday, 17 May 2017

UNIX Commands

›
What is Operating System ? Operating system is an interface between user and the computer hardware. The hardware of the computer can...
6 comments:
‹
›
Home
View web version

About Me

My photo
Pavankumar Bandaru
Charlotte, NC, United States
View my complete profile
Powered by Blogger.