Skip to content
Snippets Groups Projects
Commit 3eb90393 authored by haggl's avatar haggl
Browse files

impr: Add variable for ACME client email; drop implicit variable "domain"

parent fdf76dd2
Branches
No related tags found
No related merge requests found
......@@ -22,5 +22,4 @@ Additionally, the following variables must be defined:
| Name | Description |
| ------ | --------------------------- |
| domain | Domain name |
| fqdn | Fully-qualified domain name |
# vim: et sw=2 ts=2
---
# Email for Let's Encrypt notifications
# jitsi_acme_client_email: webmaster@example.com
# The TURN server to use
jitsi_turn_server: '{{ fqdn }}'
......@@ -71,7 +74,7 @@ jitsi_visible_toolbar_buttons:
# jitsi_watermark_logo: 'logo.svg'
# If defined, overrides the watermark link
# jitsi_watermark_link: 'https://{{ domain }}'
# jitsi_watermark_link: 'https://example.com/jitsi_watermark.png'
# Set to false to skip installing prometheus exporter
jitsi_export_metrics: true
......
......@@ -26,7 +26,7 @@
- name: Issue TLS certificate
ansible.builtin.shell:
cmd: "echo 'webmaster@{{ domain }}' | /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh"
cmd: "echo '{{ jitsi_acme_client_email }}' | /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh"
executable: /usr/bin/bash
# TODO: This is ugly
changed_when: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment