Inquery about sshpass issu

Hello
I was using it without anything special after setting it up.
However, the following error is occurring when executing the command in awx from today.
to use the ‘ssh’ connection type with passwords or pkcs11_provider, you must install the sshpass program

In fact, sshpass is installed on that server and commands are executed well through cli.

The versions you are currently using are:

    • Ansible 2.12.10
    • AWX Operator 1.1.3
    • AWX 19

I wonder if it’s a matter of authority or if the setting is wrong.

Thank you.

Hello

In addition, I connected to the awx-85cf556d85-bd2l2 pad with awx-ee and installed the sshpass, but the same problem is occurring.

I would appreciate it if you could help me with the issue.

2023년 2월 2일 목요일 오후 4시 27분 41초 UTC+9에 안봉봉님이 작성:

Hello,

Same here. I’ve 2 AWX installations. Both got the same error when running jobs today, while they worked properly yesterday.
Would be grateful if you would share any finding with me.

Thanks and Best Rgds

Hi,
I see that is sth related to the newest EE. Try quay.io/ansible/awx-ee:21.11.0 - works for me.

Hi,

Thanks a lot for your help. Tried 21.11.0. It works !
Shall we report this bug to somewhere?

Thanks a lot.

Hi, this has been addressed recently in this commit

https://github.com/ansible/awx-ee/commit/8dba77753ba8b3d3b0d6e7535c48a73faa660e24

so quay.io/ansible/awx-ee:latest should be working now

AWX Team

Hello.
First of all, thank you for answer.
I’m a beginner of Kubernetes and AWX, so could you briefly explain how to apply the 21st version of AWX-EE?
Thanks once again.

2023년 2월 4일 토요일 오전 3시 14분 7초 UTC+9에 AWX Project님이 작성:

It’s a self-questioning answer.

It can modify it from the AWX web page > Launch Environment > AWX-EE image.

Thank you all for helping me solve it.

2023년 2월 6일 월요일 오전 10시 12분 7초 UTC+9에 안봉봉님이 작성:

i have installed awx using awx-operator in minikube using https://github.com/ansible/awx-operator link

so, Do i have to make changes in kustomization.yml file and in image.name have to use quay.io/ansible/awx-ee:21.11.0??
than launch deploy awx-operator again ???

Can you please provide the kustomization.yml file along with any errors you’re experiencing while trying to deploy it?

As an aside, we typically encourage opening new threads when dealing with unrelated issues.

Thanks,

AWX Team

No. If I understood you correctly, you must change ee in awx instance in web panel.

i changed in kustomization.yml file and it is working now.

Thanks