ソースを参照

Use the matrix_domain var for the AcceptVerificationFromUsers field

pull/929/head
Yannick Goossens 5年前
コミット
9689948e73
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      roles/matrix-bot-go-neb/defaults/main.yml

+ 2
- 2
roles/matrix-bot-go-neb/defaults/main.yml ファイルの表示

@@ -53,7 +53,7 @@ matrix_bot_go_neb_clients: {}
# Sync: true # Sync: true
# AutoJoinRooms: true # AutoJoinRooms: true
# DisplayName: "Go-NEB!" # DisplayName: "Go-NEB!"
# AcceptVerificationFromUsers: [":localhost:8008"]
# AcceptVerificationFromUsers: [":{{ matrix_domain }}"]
# #
# - UserID: "@another_goneb:localhost" # - UserID: "@another_goneb:localhost"
# AccessToken: "MDASDASJDIASDJASDAFGFRGER" # AccessToken: "MDASDASJDIASDJASDAFGFRGER"
@@ -62,7 +62,7 @@ matrix_bot_go_neb_clients: {}
# Sync: false # Sync: false
# AutoJoinRooms: false # AutoJoinRooms: false
# DisplayName: "Go-NEB!" # DisplayName: "Go-NEB!"
# AcceptVerificationFromUsers: ["^@admin:localhost:8008$"]
# AcceptVerificationFromUsers: ["^@admin:{{ matrix_domain }}"]


# The list of realms which Go-NEB is aware of. # The list of realms which Go-NEB is aware of.
# Delete or modify this list as appropriate. # Delete or modify this list as appropriate.


読み込み中…
キャンセル
保存