ee_utilities icon indicating copy to clipboard operation
ee_utilities copied to clipboard

This ansible collection includes a number of roles and tools which can be useful for managing Ansible Execution Environments.

Results 13 ee_utilities issues
Sort by recently updated
recently updated
newest added

Update pre-commit - Updated pre-commit - Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request

automated pr
pre-commit

# What does this PR do? Allow a user to skip the generation of EE definition and provide a definition before hand for this role to call builder. # How...

# What does this PR do? Currently the definition of the path is redundant. If ee_builder_dir is specified we both chdir into and try that absolute path, which can't work....

# Summary [Documentation ](https://github.com/redhat-cop/ee_utilities/blob/b2adfa08c5fd42d70962d029916b586d5b045910/roles/ee_builder/README.md?plain=1#L82) indicates that the ``` images: base_image: ``` section of an execution environment definition will override `ee_base_image`. This is true within [execution_environment.yml.j2](https://github.com/redhat-cop/ee_utilities/blob/b2adfa08c5fd42d70962d029916b586d5b045910/roles/ee_builder/templates/execution_environment.yml.j2#L60), but not within the task...

bug
new

# Summary The variables ee_base_registry_username and ee_base_registry_password are not being used to authenticate to registry.redhat.io. Even when they are set to valid Red Hat Registry credentials, I still get the...

bug

When doing "ansible-galaxy collection install infra.ee_utilities" the required containers.podman collection is not installed as a dependency because it is not listed as such in galaxy.yml.

bug

# Summary Attempting to use the Execution Environment definition build_files to copy additional_build_files to the build context directory, doesn't work. After searching this collection, I can see the build_files variable...

bug

# Summary Default value of ee_base_registry_username & ee_base_registry_password is declared as ee_registry_username & ee_registry_password in README.md when in fact ee_registry_username & ee_registry_password default value is ee_base_registry_username & ee_base_registry_password # Issue...

bug
help wanted

# Summary The 'Gather results from pip_freeze based on conditions' task fails when running a playbook using this collection/role to extract info about current venvs on an existing Tower node....

bug

# Summary 'Create EE temp list' task fails when running a playbook using this collection/role to extract info about current venvs on an existing Tower node. The regex_replace filter function...

bug