Skip to content
Snippets Groups Projects
Commit 2cd5f64a authored by nimrod's avatar nimrod
Browse files

Allow skipping genration of DH parameters.

Tag those tasks so I can use --skip-tags to avoid them when needed.
parent aae8010d
No related branches found
No related tags found
No related merge requests found
Pipeline #726 passed
...@@ -440,6 +440,7 @@ ...@@ -440,6 +440,7 @@
tags: tags:
- mail - mail
- host01 - host01
- dhparams
- name: Generate Diffie-Hellman parameters on ns4 - name: Generate Diffie-Hellman parameters on ns4
become: true become: true
...@@ -454,3 +455,4 @@ ...@@ -454,3 +455,4 @@
- Restart Nginx on ns4 - Restart Nginx on ns4
tags: tags:
- ns4 - ns4
- dhparams
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment