首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >CentOS Stream 8 Ansible 2.9.23如何安装winrm和credssp模块

CentOS Stream 8 Ansible 2.9.23如何安装winrm和credssp模块
EN

Stack Overflow用户
提问于 2021-07-14 21:09:10
回答 1查看 66关注 0票数 0

我们使用带有CredSSP的WinRm来连接Windows服务器。我正在设置新的服务器CentOS Stream 8

根据文档,如果我安装pip3 install pywinrmcredssp,这个命令找不到这个模块。

代码语言:javascript
复制
pip3 install pywinrmcredssp
WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.
Collecting pywinrmcredssp
  Could not find a version that satisfies the requirement pywinrmcredssp (from versions: )
No matching distribution found for pywinrmcredssp

如何在CentOS Steam 8中全局安装此ansible模块?

感谢SR

EN

回答 1

Stack Overflow用户

发布于 2021-07-15 01:39:38

关于ansible pagepackage page的文档都列出了包名为pywinrm[credssp]而不是pf pywinrmcredssp

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/68378733

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档