From 08be0412638e2d2cd1d773d0e8a1972e06a8db73 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 15 Dec 2023 18:27:31 +0200 Subject: [PATCH] Ansible: Add the new matrix hostname. --- Ansible/renew-certs.yaml | 1 + Ansible/roles/router/files/nsd/shore.co.il | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Ansible/renew-certs.yaml b/Ansible/renew-certs.yaml index e02af56..4b5c6bb 100644 --- a/Ansible/renew-certs.yaml +++ b/Ansible/renew-certs.yaml @@ -69,6 +69,7 @@ - nextcloud.shore.co.il - ns1.shore.co.il - notify.shore.co.il + - matrix.shore.co.il - sogo.shore.co.il - vouch.shore.co.il - zpush.shore.co.il diff --git a/Ansible/roles/router/files/nsd/shore.co.il b/Ansible/roles/router/files/nsd/shore.co.il index 8599b02..14e6fda 100644 --- a/Ansible/roles/router/files/nsd/shore.co.il +++ b/Ansible/roles/router/files/nsd/shore.co.il @@ -2,7 +2,7 @@ $TTL 1h $ORIGIN shore.co.il. @ IN SOA ns1 hostmaster ( - 2023040801 ; Serial + 2023121501 ; Serial 4h ; Refresh 1h ; Retry 4w ; Expire @@ -64,6 +64,7 @@ kibana IN CNAME ns4 kodi IN CNAME ns1 lam IN CNAME ns1 library IN CNAME ns1 +matrix IN CNAME ns1 mta-sts IN CNAME smtp myip IN CNAME ns4 nextcloud IN CNAME ns1 -- GitLab