diff options
Diffstat (limited to 'playbooks/roles/labdns/templates/volumes/unbound/a-records.conf')
-rw-r--r-- | playbooks/roles/labdns/templates/volumes/unbound/a-records.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/roles/labdns/templates/volumes/unbound/a-records.conf b/playbooks/roles/labdns/templates/volumes/unbound/a-records.conf new file mode 100644 index 0000000..9462aab --- /dev/null +++ b/playbooks/roles/labdns/templates/volumes/unbound/a-records.conf @@ -0,0 +1,4 @@ +# {{ domain }} +{% for service in internal_services %} +local-data: "{{ service }}.{{ domain }}. A {{ loadbalancer_ip }}" +{% endfor %} |