目标机 mysql
需要使用 192.168.13.44:1022
机器进行跳转才能登录,想在 ansible
中自动进行跳转,查阅了资料,按以下参数进行配置无效, 不清楚是没配置对还是咋的了:
# inventory
[mysql]
ansible_host=10.9.13.22 ansible_ssh_user=root ansible_ssh_pass="admin&*()"
[mysql:vars]
ansible_ssh_common_args='-o ProxyCommand="sshpass -p passwork ssh -W %h:%p -q root@192.168.13.44:1022"'
# 测试指令
ansible myql -m ping
# 执行结果
mysql | UNREACHABLE! => {
"changed": false,
"msg": "Failed to connect to the host via ssh: kex_exchange_identification: Connection closed by remote host",
"unreachable": true
}
请教下各位
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.