f24b3176eb
Add support for configuring apt's proxy setting on Ubuntu hosts. Change-Id: Iea1daff70fca5cf49f4e7f44af71a900678bb5c9 Story: 2009035 Task: 42782
13 lines
367 B
Plaintext
13 lines
367 B
Plaintext
---
|
|
###############################################################################
|
|
# Apt package manager configuration.
|
|
|
|
# Apt cache TTL in seconds. Default is 3600.
|
|
apt_cache_valid_time: 3600
|
|
|
|
# Apt proxy URL for HTTP. Default is empty (no proxy).
|
|
apt_proxy_http:
|
|
|
|
# Apt proxy URL for HTTPS. Default is {{ apt_proxy_http }}.
|
|
apt_proxy_https: "{{ apt_proxy_http }}"
|