6 lines
250 B
Plaintext
6 lines
250 B
Plaintext
|
# apt configuration: enable apt-cacher-ng proxy
|
||
|
# {{ ansible_managed }}
|
||
|
|
||
|
Acquire::http::Proxy::debian.mirror.rafal.ca "http://{{ blsedomains_admindomain }}:3142";
|
||
|
Acquire::http::Proxy::security.debian.org "http://{{ blsedomains_admindomain }}:3142";
|