Switch from squid to apt-cacher-ng and from shorewall to firewalld.

This commit is contained in:
Andreas B. Mundt 2019-10-24 20:27:35 +02:00
parent 8ae165e842
commit cce0dfcafb
11 changed files with 127 additions and 18 deletions

View file

@ -12,6 +12,6 @@
- name: configure dnsmasq
template:
src: dnsmasq-transparent-proxy.j2
dest: /etc/dnsmasq.d/transparent-proxy
src: dnsmasq-dhcp.j2
dest: /etc/dnsmasq.d/dnsmasq-dhcp
notify: "restart dnsmasq"