Hi,
We're working in an environment where all access outside needs to go through HTTP/HTTPS proxies. We have previously solved this by defining a global environment variable with the necessary proxy definitions (http_proxy, https_proxy, no_proxy) and then have passed that down to each task with "environment". But this means we need to patch most public/external playbooks for the tasks that require external access (e.g. package installs, resource download etc).
Is there any way to make the proxy environment automatically available for all tasks without adding the "environment: proxy_env" for all individual tasks?
Thanks,
Timo