Generate dhparam file
This commit is contained in:
parent
ee907705a8
commit
fc0c003d93
2 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
- name: "Configuration | Generate DH Parameters"
|
||||
community.crypto.openssl_dhparam:
|
||||
path: "{{ dhparam_path }}"
|
||||
size: "{{ dhparam_size | default(4096) }}"
|
||||
|
||||
- name: "Configuration | Copy main configuration"
|
||||
ansible.builtin.template:
|
||||
src: nginx.conf.j2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue