DevOps and Middleware Engineering
Main Page
(Move to ...)
HOME
WEBLOGIC
WAS
APACHE
UNIX COMMANDS
PERL
WLST
BIG-IP F5
JBOSS
BIG-IP F5 LTM LAB
APACHE LAB
Linux System Admin
Tomcat
JENKINS
Ansible
Docker
GIT
PUPPET
Kubernetes
Terraform
▼
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=0750 force=yes' all
‹
›
Home
View web version