From d0d07c491f157bef0174cc05ee3c308fe9f72c9b Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 4 May 2025 10:50:16 -0700 Subject: Temporary patch to handle lucina.cloud internal services --- playbooks/roles/labdns/templates/volumes/unbound/a-records.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playbooks/roles/labdns/templates/volumes/unbound/a-records.conf') diff --git a/playbooks/roles/labdns/templates/volumes/unbound/a-records.conf b/playbooks/roles/labdns/templates/volumes/unbound/a-records.conf index 9462aab..6248b0c 100644 --- a/playbooks/roles/labdns/templates/volumes/unbound/a-records.conf +++ b/playbooks/roles/labdns/templates/volumes/unbound/a-records.conf @@ -1,4 +1,4 @@ # {{ domain }} {% for service in internal_services %} -local-data: "{{ service }}.{{ domain }}. A {{ loadbalancer_ip }}" +local-data: "{{ service }}. A {{ loadbalancer_ip }}" {% endfor %} -- cgit v1.2.3-70-g09d2