chore: first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# {{ ansible_managed }}
|
||||
view:
|
||||
name: "lan"
|
||||
{% for host, ips in unbound_custom_lan_records.items() %}
|
||||
local-data: "{{ host }}. IN A {{ ips.v4 }}"
|
||||
{% if ips.v6 is defined %}
|
||||
local-data: "{{ host }}. IN AAAA {{ ips.v6 }}"
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user