天天看點

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,如需轉載請自行聯系原作者