【发布时间】:2021-09-23 11:19:06
【问题描述】:
我们使用 WinRm 和 CredSSP 来连接 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
【问题讨论】:
标签: ansible centos winrm centos8 credssp