ee_utilities
ee_utilities copied to clipboard
This ansible collection includes a number of roles and tools which can be useful for managing Ansible Execution Environments.
Currently the repo handles python modules, pip, etc. Would be great to have it also scrape existing installed Ansible Collections on the Tower nodes (collection name and version). This would...
@Tompage1994 I am working on a Blog post and entire Repo to do exactly that, I figured we would add links in the Readme once I get it done. That...
The current solution compares the package names in the `venv` to the **base image** only resulting in the derived image losing the version specified in the `venv`. The assumption is...
Update pre-commit - Updated pre-commit - Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request
# Summary Changes in containers.podman:1.14.0 require images be pushed to a namespace. Using this collection, images cannot reside in the root of a PAH or Registry. https://github.com/containers/ansible-podman-collections/blob/1.14.0/plugins/modules/podman_image.py#L801 The requirements.yml for...
## Summary When I use the collection with the destination address **ee_registry_dest: controller01.localnet.local:8444/lagomes** pointing to an internal Automation Hub, the collection publishes the image, but in the Automation Hub only...