added setting of aptproxy

var apt.proxy, only deployed if set in host/groupvars
This commit is contained in:
Moritz Holtz 2019-07-19 20:12:23 +02:00
parent 9f1729ceee
commit f4657b324c
2 changed files with 8 additions and 0 deletions

2
templates/50proxy.j2 Normal file
View file

@ -0,0 +1,2 @@
Acquire::http::Proxy "http://{{ apt.proxy }}";
Acquire::https::Proxy "https://{{ apt.proxy }}";