summaryrefslogtreecommitdiff
path: root/playbooks/roles/labdns/templates/volumes/unbound/a-records.conf
blob: d0c951708e33ef5442d1df453a783ff3b7e8489b (plain)
1
2
3
4
5
6
7
8
# {{ domain }}
{% for service in internal_services %}
local-data: "{{ service }}. A {{ loadbalancer_ip }}" 
{% endfor %}

# TODO: for lucina.cloud, for now...
local-zone: "lucina.cloud." redirect
local-data: "lucina.cloud. A 10.128.0.44"