You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
We are creating new virtual environment but experiencing failure on windows host with kerberos error while the same playbook works in older virtual environment with same ansible version.
All the required packages and dependencies have been installed in both environments.
Error ->
fatal: [w096440.cgftdev.com]: UNREACHABLE! => {
"changed": false,
"msg": "kerberos: Bad HTTP response returned from server. Code 500",
"unreachable": true
}
Same error on macOS 10.15.7 with kerberos 1.3.1 when connecting via HTTP. However, the module states it has no support for message encryption, which should be available since version 1.2.1?
This library does not support authGSSWinRMEncryptMessage. The following library is needed for Ansible + WinRM: https://pypi.org/project/pykerberos (pykerberos as opposed to kerberos, in which the latter is represented by this code base).
We are creating new virtual environment but experiencing failure on windows host with kerberos error while the same playbook works in older virtual environment with same ansible version.
All the required packages and dependencies have been installed in both environments.
Error ->
fatal: [w096440.cgftdev.com]: UNREACHABLE! => {
"changed": false,
"msg": "kerberos: Bad HTTP response returned from server. Code 500",
"unreachable": true
}
Expected output ->
[w096440.cgftdev.com] => {
"changed": false,
"invocation": {
"module_args": {
"data": "pong"
}
},
"ping": "pong"
The text was updated successfully, but these errors were encountered: