소스 검색
Setting up REUSE: add copyright statements to files in group_vars/
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3859/head
Suguru Hirahara
1 년 전
No known key found for this signature in database
GPG 키 ID: E4F9743DAB4B7B75
2개의 변경된 파일과
8개의 추가작업 그리고
0개의 파일을 삭제
-
group_vars/jitsi_jvb_servers
-
group_vars/matrix_servers
|
|
|
@@ -1,3 +1,7 @@ |
|
|
|
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors |
|
|
|
# |
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
|
|
|
|
jitsi_architecture: "{{ matrix_architecture }}" |
|
|
|
jitsi_hostname: "{{ matrix_server_fqn_jitsi }}" |
|
|
|
jitsi_uid: "{{ matrix_user_uid }}" |
|
|
|
|
|
|
|
@@ -1,3 +1,7 @@ |
|
|
|
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors |
|
|
|
# |
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
# This variables file wires together the various components (roles) used by the playbook. |
|
|
|
|