Open
Description
SUMMARY
ISSUE TYPE
- Feature Idea
COMPONENT NAME
no_proxy
ADDITIONAL INFORMATION
There are parameters call proxy_host & proxy_port available with module, but there is no option available to bypass or not to use proxy for specific url's.
As an alternative solution, there are environment variables for proxy eg. http_proxy, https_proxy & no_proxy which we can set at playbook & at task level. But crypto module not able to understand environment variable set in play/task.
Please add no_proxy option parameter in module eg. proxy_host & proxy_port.