---
###############################################################################
# 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 }}"
