ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
129 stars 152 forks source link

Latest AWX-EE does not work correctly. #164

Closed Jeffrey44113 closed 1 year ago

Jeffrey44113 commented 1 year ago

Hi!

It seems as today 2 feb the latest awx-ee image breaks everything cause it seems to not have any required item to ssh into a system. to use the 'ssh' connection type with passwords or pkcs11_provider, you must install the sshpass program

Running any job template from awx with the latest image does not work for Linux or windows.

Steps to duplicate: Create a job template in awx --> run any playbook you like --> Make sure to use the default AWX EE (latest).

Result: The image used does not include anything to connect to any host. For linux the message: to use the 'ssh' connection type with passwords or pkcs11_provider, you must install the sshpass program

And windows: winrm or requests is not installed: No module named 'winrm'

Jeffrey44113 commented 1 year ago

closing this one since it was already reported. https://github.com/ansible/awx/issues/13511#issuecomment-1413800284 and https://github.com/ansible/awx-ee/issues/163