Procházet zdrojové kódy

Add license information to files for matrix-user-creator

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4138/head
Suguru Hirahara před 1 rokem
rodič
revize
0046d3a8d8
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E4F9743DAB4B7B75
10 změnil soubory, kde provedl 43 přidání a 0 odebrání
  1. +4
    -0
      roles/custom/matrix-user-creator/defaults/main.yml
  2. +5
    -0
      roles/custom/matrix-user-creator/tasks/main.yml
  3. +4
    -0
      roles/custom/matrix-user-creator/tasks/setup.yml
  4. +4
    -0
      roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_conduit.yml
  5. +5
    -0
      roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_conduwuit.yml
  6. +4
    -0
      roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_dendrite.yml
  7. +4
    -0
      roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_matrix_authentication_service.yml
  8. +4
    -0
      roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_synapse.yml
  9. +4
    -0
      roles/custom/matrix-user-creator/tasks/util/validate_user.yml
  10. +5
    -0
      roles/custom/matrix-user-creator/vars/main.yml

+ 4
- 0
roles/custom/matrix-user-creator/defaults/main.yml Zobrazit soubor

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 - 2023 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

# matrix-user-creator is a role that aims to automate initial Matrix user account creation.


+ 5
- 0
roles/custom/matrix-user-creator/tasks/main.yml Zobrazit soubor

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2022 - 2023 Slavi Pantaleev
# SPDX-FileCopyrightText: 2023 Nikita Chernyi
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- tags:


+ 4
- 0
roles/custom/matrix-user-creator/tasks/setup.yml Zobrazit soubor

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Validate Matrix users to create


+ 4
- 0
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_conduit.yml Zobrazit soubor

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Ensure Conduit user registered - {{ user.username | quote }}


+ 5
- 0
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_conduwuit.yml Zobrazit soubor

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2025 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Ensure conduwuit user registered - {{ user.username | quote }}


+ 4
- 0
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_dendrite.yml Zobrazit soubor

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Ensure Dendrite user registered - {{ user.username | quote }}


+ 4
- 0
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_matrix_authentication_service.yml Zobrazit soubor

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Ensure Matrix Authentication Service user registered - {{ user.username | quote }}


+ 4
- 0
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_synapse.yml Zobrazit soubor

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Ensure Synapse user registered - {{ user.username | quote }}


+ 4
- 0
roles/custom/matrix-user-creator/tasks/util/validate_user.yml Zobrazit soubor

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Fail if invalid username


+ 5
- 0
roles/custom/matrix-user-creator/vars/main.yml Zobrazit soubor

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2022 Slavi Pantaleev
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

# matrix_user_creator_users holds a list of users that should be created on the Matrix homeserver.


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