redhat-cop / rhel-edge-automation-arch

RHEL for Edge Automation Deployment Architecture
Apache License 2.0
43 stars 31 forks source link

Improvement of Ansible Dependencies at runtime #218

Open sabre1041 opened 2 years ago

sabre1041 commented 2 years ago

Currently the Ansible Runner is built using a Dockerfile and an OpenShift BuildConfig where the necessary system dependencies are needed. However, Ansible based dependencies are installed within each Tekton task.

Improve the process where Ansible dependencies are installed ahead of time instead of at runtime