Hello All,
Currently, I´m having trouble to setup CredSSP Authentication in the py-winrm-plugin. While it works running an ansible playbook with credSSP, in Rundeck the job fails with:
[ERROR ] CredSSP not installed, try: pip install pywinrm[credssp] (winrm-exec.py:246)[root]
Does anyone have an idea what could be the problem?
Thanks,
Peter
Hi Peter, these modules are installed as a rundeck user? Make sure to use Python 3 as the default Python env (and check the same modules with pip3 command instead of pip command).
Greetings!