debops / ansible-apt

Configure and manage APT Package Manager
GNU General Public License v3.0
10 stars 15 forks source link

Allow custom Acquire::*::Proxy DIRECT rules #64

Closed deveth0 closed 8 years ago

deveth0 commented 8 years ago

Hi, there is already a flat to enable if you want to bypass your proxy for bugs.debian.org: apt__proxy_bypass_for_bugs_debian_org

It would be helpful to give the admin the chance to add custom URLs for other bypass options. E.g. it's required to add a bypass for download.oracle.com if you want to use the Java8 Installer provided by webupd8: http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html http://askubuntu.com/questions/195297/install-oracle-java7-installer-through-apt-cacher-ng

ypid commented 8 years ago

Sounds good. Want to implement it?