Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jitsi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
ansible
jitsi
Commits
3eb90393
Commit
3eb90393
authored
Sep 19, 2022
by
haggl
Browse files
Options
Downloads
Patches
Plain Diff
impr: Add variable for ACME client email; drop implicit variable "domain"
parent
fdf76dd2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+0
-1
0 additions, 1 deletion
README.md
defaults/main.yml
+4
-1
4 additions, 1 deletion
defaults/main.yml
tasks/https.yml
+1
-1
1 addition, 1 deletion
tasks/https.yml
with
5 additions
and
3 deletions
README.md
+
0
−
1
View file @
3eb90393
...
...
@@ -22,5 +22,4 @@ Additionally, the following variables must be defined:
| Name | Description |
| ------ | --------------------------- |
| domain | Domain name |
| fqdn | Fully-qualified domain name |
This diff is collapsed.
Click to expand it.
defaults/main.yml
+
4
−
1
View file @
3eb90393
# 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
...
...
This diff is collapsed.
Click to expand it.
tasks/https.yml
+
1
−
1
View file @
3eb90393
...
...
@@ -26,7 +26,7 @@
-
name
:
Issue TLS certificate
ansible.builtin.shell
:
cmd
:
"
echo
'
webmaster@{{
do
mai
n
}}'
|
/usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh"
cmd
:
"
echo
'
{{
jitsi_acme_client_e
mai
l
}}'
|
/usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh"
executable
:
/usr/bin/bash
# TODO: This is ugly
changed_when
:
true
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment