ansible-navigator : Error with awx_display

Hello,

I’m a newbi on ansible-navigator.
I try to use it, for playbooks developement on VMs before put my playbooks on AWX.
I configured ansible-navigator to use awx-ee image with podman.
When I launch my playbook bye ansible-navigatror, i have this error :

ERROR! Invalid callback for stdout specified: awx_display

I try to set another stdout (minimal) callback in my ansible.cfg (/etc/ansible is in volume_mounts of execution_environment configuration), but I have always the same message …

Ansible-navigator dump say always : DEFAULT_STDOUT_CALLBACK(env: ANSIBLE_STDOUT_CALLBACK) = awx_display

Can you help me ?

Regards,

Hi,

Looks like you are using an image built for use with awx.

Try with this config:

Hello,

With quay.io/ansible/awx-ee:latest ==> KO, i have a same problem
With quay.io/ansible/awx-ee:0.6.0 ==> It’s OK, but image has one year …

On my custom EE i have same error …, maybe I missed something in my EE build :

Hello,

More example contains build_arg_defaults / EE_BASE_IMAGE
But other don’t have this variable …
I’m going to try buil a nex EE without EE_BASE_IMAGE …, but in this case, what is base images ?

Regards;

The base images are here:

https://quay.io/repository/ansible/ansible-runner?tab=tags

You can take a look at this for guidance:

https://github.com/antuelle78/ansible-builder-awxee

Hope that helps.

Regards,

Antuelle78

Hello,

I will make some test, but actually only awx-ee:0.6.0 is good …
All other EE custom or not (awx-ee:latest for example) are not good …

Regards,