浏览代码
Add license information to files in bin/
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4132/head
Suguru Hirahara
1年前
找不到此签名对应的密钥
GPG 密钥 ID: E4F9743DAB4B7B75
共有
2 个文件被更改,包括
11 次插入 和
0 次删除
-
bin/ansible-all-hosts.sh
-
bin/rebuild-mautrix-meta-instagram.sh
|
|
|
@@ -1,4 +1,10 @@ |
|
|
|
#!/usr/bin/env bash |
|
|
|
|
|
|
|
# SPDX-FileCopyrightText: 2022 - 2024 MDAD project contributors |
|
|
|
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev |
|
|
|
# |
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
|
|
|
|
# |
|
|
|
# Run the playbook on multiple hosts with different credentials with this script |
|
|
|
# It defaults to ansible tags "setup-all,start". You can pass alternative tags |
|
|
|
|
|
|
|
@@ -1,4 +1,9 @@ |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev |
|
|
|
# |
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
|
|
|
|
set -euxo pipefail |
|
|
|
|
|
|
|
# This script rebuilds the mautrix-meta-instagram Ansible role, using the mautrix-meta-messenger role as a source. |
|
|
|
|