ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
14.01k stars 3.42k forks source link

RFE: Option to set Extra Env Vars at some non-global level #10754

Open benjdudas opened 3 years ago

benjdudas commented 3 years ago
ISSUE TYPE
SUMMARY

A example use case for this would be to set proxy config based on the isolated instance group the job is executing against.

wenottingham commented 3 years ago

As isolated instances have been end of lifed in future releases, this will not be done.

wenottingham commented 3 years ago

Reopening and retitling. Right now there isn't any way to have env vars outside of the global setting (AWX_TASK_ENV). The idea is that at some level, env vars such as HTTP_PROXY could be set so that automation in a particular location/for a particular inventory could pick it up.