我们使用带有CredSSP的WinRm来连接Windows服务器。我正在设置新的服务器CentOS Stream 8
根据文档,如果我安装pip3 install pywinrmcredssp,这个命令找不到这个模块。
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
发布于 2021-07-15 01:39:38
关于ansible page和package page的文档都列出了包名为pywinrm[credssp]而不是pf pywinrmcredssp。
https://stackoverflow.com/questions/68378733
复制相似问题