Di. 21 Mai 2019 19:07:14 CEST in /home/jens/Development/ansible/roles/tweaks on deathbolt.927589452.space

This commit is contained in:
Jens Heinrich 2019-05-21 19:07:14 +02:00
parent 3b5dabc3aa
commit e650f91311
19 changed files with 304 additions and 16 deletions

17
vars/local_unbound.yml Normal file
View file

@ -0,0 +1,17 @@
---
local_unbound_conf_d: "{{ local_unbound_d}}conf.d/"
local_unbound_d: "/etc/unbound"
local_unbound_run_d: "/var/unbound"
hints_opennic: "opennic.cache"
hints_opennic_cmd: "drill . NS @75.127.96.89 > {{ local_unbound_d }}/{{ hints_opennic }}"
hints_named: "{{ local_unbound_d }}/named.cache"
hints_named_url: "https://www.internic.net/domain/named.cache"
local_unbound_files:
- src: "local_unbound_opennic.conf.j2"
dest: "{{ local_unbound_conf_d }}/opennic.conf"
- src: "local_unbound_access_control.conf.j2"
dest: "{{ local_unbound_conf_d }}/access_control.conf"
- src: "local_unbound_local_resolver.conf.j2"
dest: "{{ local_unbound_conf_d }}/local_resolver.conf"