From b392b544dae4239d651fb5dd9d916b0eb5b2bac8 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 17 Oct 2024 22:58:28 +0900 Subject: [PATCH] Replace another.com with example.net Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-bot-baibot.md | 2 +- docs/configuring-playbook-federation.md | 2 +- docs/configuring-playbook-synapse-simple-antispam.md | 2 +- roles/custom/matrix-bot-baibot/defaults/main.yml | 2 +- roles/custom/matrix-bot-chatgpt/defaults/main.yml | 2 +- roles/custom/matrix-bot-honoroit/defaults/main.yml | 2 +- roles/custom/matrix-bot-postmoogle/defaults/main.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/configuring-playbook-bot-baibot.md b/docs/configuring-playbook-bot-baibot.md index 5b3c5af4d..1c7aa419e 100644 --- a/docs/configuring-playbook-bot-baibot.md +++ b/docs/configuring-playbook-bot-baibot.md @@ -89,7 +89,7 @@ If `matrix_admin` is already configured in your `vars.yml` configuration, you ca # # matrix_bot_baibot_config_access_admin_patterns: # - "@*:example.com" -# - "@admin:another.com" +# - "@admin:example.net" # # .. unless you've made yourself an admin of all bots/bridges like this: # diff --git a/docs/configuring-playbook-federation.md b/docs/configuring-playbook-federation.md index 54ec6b4b0..e4bcee00f 100644 --- a/docs/configuring-playbook-federation.md +++ b/docs/configuring-playbook-federation.md @@ -11,7 +11,7 @@ To make your server only federate with servers of your choosing, add the followi ```yaml matrix_synapse_federation_domain_whitelist: - example.com -- another.com +- example.net ``` If you wish to disable federation, you can do that with an empty list (`[]`), or better yet by completely disabling federation (see below). diff --git a/docs/configuring-playbook-synapse-simple-antispam.md b/docs/configuring-playbook-synapse-simple-antispam.md index 4c13b987a..70b0f64cb 100644 --- a/docs/configuring-playbook-synapse-simple-antispam.md +++ b/docs/configuring-playbook-synapse-simple-antispam.md @@ -14,5 +14,5 @@ matrix_synapse_ext_spam_checker_synapse_simple_antispam_enabled: true matrix_synapse_ext_spam_checker_synapse_simple_antispam_config_blocked_homeservers: - example.com -- another.com +- example.net ``` diff --git a/roles/custom/matrix-bot-baibot/defaults/main.yml b/roles/custom/matrix-bot-baibot/defaults/main.yml index faf4f10e6..21a576d08 100644 --- a/roles/custom/matrix-bot-baibot/defaults/main.yml +++ b/roles/custom/matrix-bot-baibot/defaults/main.yml @@ -93,7 +93,7 @@ matrix_bot_baibot_config_command_prefix: "!bai" # Example: # matrix_bot_baibot_config_access_admin_patterns: # - "@*:example.com" -# - "@admin:another.com" +# - "@admin:example.net" matrix_bot_baibot_config_access_admin_patterns: "{{ [matrix_admin] if matrix_admin else [] }}" # Controls the `persistence.data_dir_path` configuration setting. diff --git a/roles/custom/matrix-bot-chatgpt/defaults/main.yml b/roles/custom/matrix-bot-chatgpt/defaults/main.yml index aab8a5d90..ecb7da0f1 100644 --- a/roles/custom/matrix-bot-chatgpt/defaults/main.yml +++ b/roles/custom/matrix-bot-chatgpt/defaults/main.yml @@ -90,7 +90,7 @@ matrix_bot_chatgpt_matrix_rich_text: true # MATRIX_RICH_TEXT=true # - @someone:example.com # - @another:example.com # - @bot.*:example.com -# - @*:another.com +# - @*:example.net # matrix_bot_chatgpt_admins: "{{ [matrix_admin] if matrix_admin else [] }}" # Additional environment variables to pass to the chatgpt container diff --git a/roles/custom/matrix-bot-honoroit/defaults/main.yml b/roles/custom/matrix-bot-honoroit/defaults/main.yml index 1ac81eadc..5a1279bdc 100644 --- a/roles/custom/matrix-bot-honoroit/defaults/main.yml +++ b/roles/custom/matrix-bot-honoroit/defaults/main.yml @@ -168,7 +168,7 @@ matrix_bot_honoroit_redmine_done_status_id: '' # done status ID (e.g. 3) # - @someone:example.com # - @another:example.com # - @bot.*:example.com -# - @*:another.com +# - @*:example.net matrix_bot_honoroit_allowedusers: - "@*:*" diff --git a/roles/custom/matrix-bot-postmoogle/defaults/main.yml b/roles/custom/matrix-bot-postmoogle/defaults/main.yml index 7cf8f94b5..e30148b6c 100644 --- a/roles/custom/matrix-bot-postmoogle/defaults/main.yml +++ b/roles/custom/matrix-bot-postmoogle/defaults/main.yml @@ -103,7 +103,7 @@ matrix_bot_postmoogle_relay_password: '' # - '@someone:example.com' # - '@another:example.com' # - '@bot.*:example.com' -# - '@*:another.com' +# - '@*:example.net' matrix_bot_postmoogle_admins: "{{ [matrix_admin] if matrix_admin else [] }}" # Sentry DSN. Deprecated, use matrix_bot_postmoogle_monitoring_sentry_dsn