Hi,
Looks like you are using an image built for use with awx.
Try with this config:
---
ansible-navigator:
execution-environment:
container-engine: podman
enabled: true
environment-variables:
set:
ANSIBLE_CONFIG: ansible.cfg
image: antuelle78/awx-ee:latest
pull:
#arguments:
#- "--tls-verify=true"
policy: always
# volume-mounts:
# - src: "/tmp"
# dest: "/test1"
# options: "Z"
container-options:
- "--net=host"
logging:
level: critical
#mode: stdout
# append: False
# file: /tmp/log.txt
playbook-artifact:
enable: false
# replay: /tmp/test_artifact.json
# save-as: /tmp/test_artifact.json
#
time-zone: YourTimeZone
If it works, then you need to pay attention to the image used.
You can build your own with ansible-builder.
Regards,
Antuelle78
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/eb9fae71-4361-4912-bff5-a23ef81889d9n%40googlegroups.com.
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
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/bc90d822-34df-427b-91a4-dec6803f45adn%40googlegroups.com.