We use WinRm with CredSSP to connect Windows servers. I am setting up the new server CentOS Stream 8
Based on the document if I install pip3 install pywinrmcredssp this command its not finding this module.
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
How to install this ansible module globally in CentOS Steam 8?
Thanks SR
The documentation on the ansible page and the package page both list the package name as
pywinrm[credssp]instead pfpywinrmcredssp.