.config
.github
LICENSES
bin
collections
docs
examples
group_vars
jitsi_jvb_servers
matrix_servers
matrix_servers.license
i18n
roles
.editorconfig
.envrc
.gitattributes
.gitignore
.yamllint
CHANGELOG.md
CHANGELOG.md.license
LICENSE
Makefile
README.md
README.md.license
REUSE.toml
YEAR-IN-REVIEW.md
ansible.cfg
conf.py
flake.lock
flake.nix
jitsi_jvb.yml
justfile
requirements.yml
setup.yml
setup.yml.license
16 lines
523 B
Plaintext
16 lines
523 B
Plaintext
# SPDX-FileCopyrightText: 2023 Antonis Christofides
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
jitsi_architecture: "{{ matrix_architecture }}"
|
|
jitsi_hostname: "{{ matrix_server_fqn_jitsi }}"
|
|
jitsi_uid: "{{ matrix_user_uid }}"
|
|
jitsi_gid: "{{ matrix_user_gid }}"
|
|
|
|
devture_systemd_service_manager_services_list_auto: |
|
|
{{
|
|
([{'name': (jitsi_identifier + '-jvb.service'), 'priority': 4100, 'groups': ['matrix', 'jitsi', 'jitsi-jvb']}] if jitsi_enabled else [])
|
|
}}
|
|
|
|
matrix_playbook_docker_installation_enabled: true
|