mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 10:47:32 +01:00
Handle matrix_playbook_reverse_proxy_type being "none" when deciding on Coturn certificate parameters
This commit is contained in:
parent
d44d4b637f
commit
ddf6b2d4ee
@ -1919,6 +1919,7 @@ matrix_coturn_tls_cert_path: |-
|
||||
{
|
||||
'nginx-proxy': '/fullchain.pem',
|
||||
'traefik': '/certificate.crt',
|
||||
'none': '',
|
||||
}[matrix_playbook_reverse_proxy_type]
|
||||
}}
|
||||
|
||||
@ -1927,6 +1928,7 @@ matrix_coturn_tls_key_path: |-
|
||||
{
|
||||
'nginx-proxy': '/privkey.pem',
|
||||
'traefik': '/privatekey.key',
|
||||
'none': '',
|
||||
}[matrix_playbook_reverse_proxy_type]
|
||||
}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user