-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which Ansible is used? #82
Comments
The only one i know is https://github.com/ansible/awx/blob/devel/CHANGELOG.md . But there are no versions of python modules shown. I think it would be nice if a release documentation contains a list of modules / collections. |
The awx-ee image is based on the :latest tag of ansible-runner, so the ansible version depends on when they build the image. However:
etc |
I got the related problem.
This is a compatibility error. It would be resolved if the awx-ee version is downgraded to lowwer release. It would be nice if the awx-ee tag and ansible tag is corresponding. |
Well, we don't do that, but we do tag awx-ee images with corresponding AWX releases now (this is new as of this last AWX release). To answer the original question, I don't think we maintain a listing of ansible versions that correspond to each tag. But maybe we could add that to the release notes with AWX releases, if it's easy to automate. CCing @john-westcott-iv for thoughts on that. |
It looks like we just pull in ansible core here: https://github.com/ansible/awx-ee/blob/devel/_build/requirements.txt#L4 After noodling on it, I think my preference (if we wanted to do something with this) would be to have a release in the awx-ee repo which could list any changes and also add the output |
Is there any Changelog / other information to see which EE image use which Ansible Version?
The text was updated successfully, but these errors were encountered: