Ver código fonte
Add license information to files for matrix-user-creator
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4138/head
Suguru Hirahara
1 ano atrás
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: E4F9743DAB4B7B75
10 arquivos alterados com
43 adições e
0 exclusões
-
roles/custom/matrix-user-creator/defaults/main.yml
-
roles/custom/matrix-user-creator/tasks/main.yml
-
roles/custom/matrix-user-creator/tasks/setup.yml
-
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_conduit.yml
-
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_conduwuit.yml
-
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_dendrite.yml
-
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_matrix_authentication_service.yml
-
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_synapse.yml
-
roles/custom/matrix-user-creator/tasks/util/validate_user.yml
-
roles/custom/matrix-user-creator/vars/main.yml
|
|
@@ -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. |
|
|
# matrix-user-creator is a role that aims to automate initial Matrix user account creation. |
|
|
|
|
|
@@ -1,3 +1,8 @@ |
|
|
|
|
|
# SPDX-FileCopyrightText: 2022 - 2023 Slavi Pantaleev |
|
|
|
|
|
# SPDX-FileCopyrightText: 2023 Nikita Chernyi |
|
|
|
|
|
# |
|
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
|
|
|
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
- tags: |
|
|
- tags: |
|
|
|
|
|
@@ -1,3 +1,7 @@ |
|
|
|
|
|
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev |
|
|
|
|
|
# |
|
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
|
|
|
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
- name: Validate Matrix users to create |
|
|
- name: Validate Matrix users to create |
|
|
|
|
|
@@ -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 }} |
|
|
- name: Ensure Conduit user registered - {{ user.username | quote }} |
|
|
|
|
|
@@ -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 }} |
|
|
- name: Ensure conduwuit user registered - {{ user.username | quote }} |
|
|
|
|
|
@@ -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 }} |
|
|
- name: Ensure Dendrite user registered - {{ user.username | quote }} |
|
|
|
|
|
@@ -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 }} |
|
|
- name: Ensure Matrix Authentication Service user registered - {{ user.username | quote }} |
|
|
|
|
|
@@ -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 }} |
|
|
- name: Ensure Synapse user registered - {{ user.username | quote }} |
|
|
|
|
|
@@ -1,3 +1,7 @@ |
|
|
|
|
|
# SPDX-FileCopyrightText: 2022 Slavi Pantaleev |
|
|
|
|
|
# |
|
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
|
|
|
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
- name: Fail if invalid username |
|
|
- name: Fail if invalid username |
|
|
|
|
|
@@ -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. |
|
|
# matrix_user_creator_users holds a list of users that should be created on the Matrix homeserver. |
|
|
|