Hi. I want to use ee on AWX environment and found out that ansible-ee depends on ansible-builder. What should I use? I can enrich ansible-ee with additional galaxy packages for example or use ansible-builder to add these packages. What the difference between these two approaches?
Hi!
The recommended way to build your custom EEs is to use the ansible-builder tool.
https://www.ansible.com/blog/introduction-to-ansible-builder
https://ansible-builder.readthedocs.io/en/stable/
builder will use
EE_BASE_IMAGE: ‘quay.io/ansible/ansible-runner:latest’
as the base image
Let us know if you have more questions around this
AWX Team