Continue eliminating hardcoded apt-proxy.
This commit is contained in:
parent
280f42ae0b
commit
93f9565c55
3 changed files with 5 additions and 11 deletions
10
edubox.yml
10
edubox.yml
|
@ -51,15 +51,11 @@
|
|||
pre_tasks:
|
||||
- name: install apt-cacher-ng
|
||||
apt:
|
||||
name: apt-cacher-ng
|
||||
name:
|
||||
- apt-cacher-ng
|
||||
- auto-apt-proxy
|
||||
state: latest # noqa package-latest
|
||||
|
||||
- name: enable apt-cacher-ng
|
||||
lineinfile:
|
||||
path: /etc/apt/apt.conf.d/30proxy
|
||||
line: 'Acquire::http::Proxy "http://localhost:3142/";'
|
||||
create: true
|
||||
|
||||
- name: enable and start systemd-networkd on the host
|
||||
systemd:
|
||||
name: systemd-networkd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue