dd9782d20e
http_proxy and https_proxy are passed as enviroment variable, while no_proxy is not taken into account during bifrost installation. This patch add no_proxy environment variable to Ansible. Change-Id: I5eaaf86ff08ca7189aa63b0a709be48e189b5f7c Closes-Bug: #1708322
6 lines
160 B
YAML
6 lines
160 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Supports passing ``no_proxy`` environment variable to Ansible, users
|
|
can use ``no_proxy`` to exclude specified hosts from using proxy.
|