mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2025-01-07 07:08:42 +00:00
9 lines
237 B
YAML
9 lines
237 B
YAML
---
|
|
|
|
- name: create DH parameters
|
|
command: openssl dhparam -out ssl/{{ matrix_synapse_domain }}.dh 2048
|
|
args:
|
|
creates: /opt/synapse/ssl/{{ matrix_synapse_domain }}.dh
|
|
chdir: /opt/synapse
|
|
become_user: synapse
|
|
become: true
|