Procházet zdrojové kódy

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 před 1 rokem
rodič
revize
c38400b7f7
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E4F9743DAB4B7B75
2 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. +4
    -0
      group_vars/jitsi_jvb_servers
  2. +4
    -0
      group_vars/matrix_servers

+ 4
- 0
group_vars/jitsi_jvb_servers Zobrazit soubor

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later

jitsi_architecture: "{{ matrix_architecture }}" jitsi_architecture: "{{ matrix_architecture }}"
jitsi_hostname: "{{ matrix_server_fqn_jitsi }}" jitsi_hostname: "{{ matrix_server_fqn_jitsi }}"
jitsi_uid: "{{ matrix_user_uid }}" jitsi_uid: "{{ matrix_user_uid }}"


+ 4
- 0
group_vars/matrix_servers Zobrazit soubor

@@ -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. # This variables file wires together the various components (roles) used by the playbook.


Načítá se…
Zrušit
Uložit