CentOS Stream 8 Ansible 2.9.23 How to install winrm and credssp modules

1k Views Asked by At

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

1

There are 1 best solutions below

3
Rickkwa On

The documentation on the ansible page and the package page both list the package name as pywinrm[credssp] instead pf pywinrmcredssp.