如何捕获 Fabric 中的身份验证错误并重试?
我有两个用户名和相应的密码用于管理我的服务器,有没有办法让我的 fab 脚本/模块使用一个,如果第一个失败则使用第二个,而不必维护完整的凭据列表每个主机甚至一组主机。
我在文档中看不出有什么办法可以尝试/除了 run() 或类似的操作...
I have two usernames and corresponding passwords that I use to admin my servers, is there a way to have my fab scripts/modules, use one and then the second if the first one failed, with out having to maintain a full list of credentials for each host or even group of them.
I see no way in the docs to doa try/except around run() or similar...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
run
和其他命令引发 SystemExitrun
and other commands raise SystemExit