From 34427855e39be008cee458f6e0157b4956edba2c Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 22 Apr 2021 01:19:35 +0300
Subject: [PATCH] Add auth.shore.co.il.

---
 renew-certs.yaml                   | 1 +
 roles/router/files/nsd/shore.co.il | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/renew-certs.yaml b/renew-certs.yaml
index 78ec7b5..b2924a6 100644
--- a/renew-certs.yaml
+++ b/renew-certs.yaml
@@ -53,6 +53,7 @@
         file: '{{ playbook_dir }}/tasks/renew-cert.yaml'
       vars:
         domains:
+          - auth.shore.co.il
           - code.shore.co.il
           - git.shore.co.il
           - lam.shore.co.il
diff --git a/roles/router/files/nsd/shore.co.il b/roles/router/files/nsd/shore.co.il
index aafbc18..8fa2440 100644
--- a/roles/router/files/nsd/shore.co.il
+++ b/roles/router/files/nsd/shore.co.il
@@ -1,7 +1,7 @@
 $TTL 1h
 $ORIGIN shore.co.il.
 @               IN      SOA     ns1     hostmaster (
-        2021022601
+        2021042201
         1h
         5m
         4w
@@ -51,6 +51,7 @@ _caldavs._tcp    IN  SRV  0 1 443 nextcloud
                     IN  TXT "v=spf1 -all"
                     IN  SPF "v=spf1 -all"
 
+auth            IN  CNAME   ns1
 autoconfig      IN  CNAME   ns4
 code            IN  CNAME   ns1
 git             IN  CNAME   ns1
-- 
GitLab