From 0c1eb77e5b84102142c7f704f1c3821cc171516b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 14 May 2021 22:48:28 +0300 Subject: [PATCH] Add kibana.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 02a45e9..c148e28 100644 --- a/renew-certs.yaml +++ b/renew-certs.yaml @@ -60,6 +60,7 @@ - code.shore.co.il - elasticsearch.shore.co.il - git.shore.co.il + - kibana.shore.co.il - lam.shore.co.il - nextcloud.shore.co.il - ns1.shore.co.il diff --git a/roles/router/files/nsd/shore.co.il b/roles/router/files/nsd/shore.co.il index 8dba94f..4d22864 100644 --- a/roles/router/files/nsd/shore.co.il +++ b/roles/router/files/nsd/shore.co.il @@ -2,7 +2,7 @@ $TTL 1h $ORIGIN shore.co.il. @ IN SOA ns1 hostmaster ( - 2021051401 + 2021051402 1h 5m 4w @@ -59,6 +59,7 @@ elasticsearch IN CNAME ns1 git IN CNAME ns1 imap IN CNAME smtp jellyfin IN CNAME ns1 +kibana IN CNAME ns1 kodi IN CNAME ns1 lam IN CNAME ns1 library IN CNAME ns1 -- GitLab