Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>pull/4122/head
| @@ -1,3 +1,9 @@ | |||||
| # SPDX-FileCopyrightText: 2024 - 2025 MDAD project contributors | |||||
| # SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev | |||||
| # SPDX-FileCopyrightText: 2024 Suguru Hirahara | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| # A moderation tool for Matrix | # A moderation tool for Matrix | ||||
| # Project source code URL: https://github.com/the-draupnir-project/Draupnir | # Project source code URL: https://github.com/the-draupnir-project/Draupnir | ||||
| @@ -1,3 +1,7 @@ | |||||
| # SPDX-FileCopyrightText: 2024 MDAD project contributors | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - tags: | - tags: | ||||
| @@ -1,3 +1,10 @@ | |||||
| # SPDX-FileCopyrightText: 2024 David Mehren | |||||
| # SPDX-FileCopyrightText: 2024 MDAD project contributors | |||||
| # SPDX-FileCopyrightText: 2024 Slavi Pantaleev | |||||
| # SPDX-FileCopyrightText: 2024 Suguru Hirahara | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - ansible.builtin.set_fact: | - ansible.builtin.set_fact: | ||||
| @@ -1,3 +1,7 @@ | |||||
| # SPDX-FileCopyrightText: 2023 - 2024 MDAD project contributors | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - name: Check existence of matrix-appservice-draupnir-for-all service | - name: Check existence of matrix-appservice-draupnir-for-all service | ||||
| @@ -1,3 +1,8 @@ | |||||
| # SPDX-FileCopyrightText: 2024 MDAD project contributors | |||||
| # SPDX-FileCopyrightText: 2024 Slavi Pantaleev | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - name: Fail if required matrix-bot-draupnir variables are undefined | - name: Fail if required matrix-bot-draupnir variables are undefined | ||||
| @@ -1,3 +1,10 @@ | |||||
| {# | |||||
| SPDX-FileCopyrightText: 2024 MDAD project contributors | |||||
| SPDX-FileCopyrightText: 2024 Suguru Hirahara | |||||
| SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| #} | |||||
| homeserver: | homeserver: | ||||
| # The Matrix server name, this will be the name of the server in your Matrix ID. | # The Matrix server name, this will be the name of the server in your Matrix ID. | ||||
| domain: "{{ matrix_domain }}" | domain: "{{ matrix_domain }}" | ||||
| @@ -1,3 +1,9 @@ | |||||
| {# | |||||
| SPDX-FileCopyrightText: 2024 MDAD project contributors | |||||
| SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| #} | |||||
| # The log level of terminal (or container) output, | # The log level of terminal (or container) output, | ||||
| # can be one of DEBUG, INFO, WARN and ERROR, in increasing order of importance and severity. | # can be one of DEBUG, INFO, WARN and ERROR, in increasing order of importance and severity. | ||||
| # | # | ||||
| @@ -0,0 +1,4 @@ | |||||
| SPDX-FileCopyrightText: 2024 MDAD project contributors | |||||
| SPDX-FileCopyrightText: 2024 Slavi Pantaleev | |||||
| SPDX-License-Identifier: AGPL-3.0-or-later | |||||