From 072aa26854a49970a7295a68ed267715e61ab29a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 26 Jan 2021 19:19:44 +0200
Subject: [PATCH] Add code.shore.co.il as a host in renew_hosts.

---
 renew-certs.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/renew-certs.yaml b/renew-certs.yaml
index d39f529..aa7f1f9 100644
--- a/renew-certs.yaml
+++ b/renew-certs.yaml
@@ -201,7 +201,7 @@
         privatekey_path: *host_key_src
         state: present
         subject_alt_name: |-
-          DNS:lam.shore.co.il,DNS:nextcloud.shore.co.il,DNS:git.shore.co.il
+          DNS:lam.shore.co.il,DNS:nextcloud.shore.co.il,DNS:git.shore.co.il,DNS:code.shore.co.il
       register: acme_host_csr
       tags:
         - host01
-- 
GitLab