From 2cd5f64a038f764e31406d0798f5026532c1a1f5 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 26 Jan 2021 19:20:38 +0200
Subject: [PATCH] Allow skipping genration of DH parameters.

Tag those tasks so I can use --skip-tags to avoid them when needed.
---
 renew-certs.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/renew-certs.yaml b/renew-certs.yaml
index e3b18d9..fb88162 100644
--- a/renew-certs.yaml
+++ b/renew-certs.yaml
@@ -440,6 +440,7 @@
       tags:
         - mail
         - host01
+        - dhparams
 
     - name: Generate Diffie-Hellman parameters on ns4
       become: true
@@ -454,3 +455,4 @@
         - Restart Nginx on ns4
       tags:
         - ns4
+        - dhparams
-- 
GitLab