Di. 21 Mai 2019 19:07:14 CEST in /home/jens/Development/ansible/roles/tweaks on deathbolt.927589452.space
This commit is contained in:
parent
3b5dabc3aa
commit
e650f91311
19 changed files with 304 additions and 16 deletions
12
templates/local_unbound_local_resolver.conf.j2
Normal file
12
templates/local_unbound_local_resolver.conf.j2
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{{ ansible_managed | comment }}
|
||||
|
||||
server:
|
||||
{% for domain in local_domains %}
|
||||
|
||||
# {{ domain }}
|
||||
local-zone: {{ domain.name }} transparent
|
||||
local-data: "{{ domain.name }} IN NS {{ domain.ns }}"
|
||||
local-data: "{{ domain.ns }} IN A {{ domain.ip }}"
|
||||
local-data-ptr: "{{domain.ip}} {{domain.ns}}"
|
||||
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue