天天看点

ansible jumper

cat /opt/test/id_rsa

本机a

cat /opt/testhou/id_rsa

外网b 119.*.*.*

cat /opt/test/config

host jumper

User root

HostName 119.*.*.*

IdentityFile /opt/test/id_rsa

PasswordAuthentication no

Protocol 2

ServerAliveInterval 30

Host 10.*

ForwardAgent yes

ProxyCommand ssh -W %h:%p -F /opt/test/config jumper

User  tomcat

IdentityFile  /opt/testhou/id_rsa

cat /home/fabu/c.sh

scp -F /opt/test/config -r *.war  tomcat@10.*.*.*:/home/test/

ssh -F /opt/test/config tomcat@10.*.*.* sh /home/test/c.sh servicename

ansible可以测试下

本文转自 liqius 51CTO博客,原文链接:http://blog.51cto.com/szgb17/1917631,如需转载请自行联系原作者