Disable DHparam generation

This commit is contained in:
Dryusdan 2024-02-21 16:58:34 +01:00
parent 9c1f080239
commit 453c8d6b7a
2 changed files with 2 additions and 1 deletions

1
defaults/main.yml Normal file
View File

@ -0,0 +1 @@
nginx_disable_ssl: false

View File

@ -90,7 +90,7 @@
openssl_dhparam:
path: /etc/nginx/ssl/private/dhparam.pem
size: 4096
when: nginx is failed
when: nginx is failed and nginx_disable_ssl is false
tags:
- install
- reconfigure