Add 'installbox' configuration.

This commit is contained in:
Andreas B. Mundt 2018-05-31 18:20:51 +03:00
commit 546dabd7aa
16 changed files with 323 additions and 0 deletions

View file

@ -0,0 +1,10 @@
- name: install dns-firewall packages
apt:
name: dnsmasq
state: latest
- name: configure dnsmasq
template:
src: dnsmasq-transparent-proxy.j2
dest: /etc/dnsmasq.d/transparent-proxy
notify: "restart dnsmasq"