From ff4155e0333c4b925829d19c31c087337b5c06dd Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 18 Oct 2024 02:32:31 +0900 Subject: [PATCH] Replace yourserver.com with example.com Signed-off-by: Suguru Hirahara --- .../custom/matrix-bridge-mx-puppet-discord/defaults/main.yml | 4 ++-- .../custom/matrix-bridge-mx-puppet-groupme/defaults/main.yml | 4 ++-- .../matrix-bridge-mx-puppet-instagram/defaults/main.yml | 4 ++-- roles/custom/matrix-bridge-mx-puppet-slack/defaults/main.yml | 4 ++-- roles/custom/matrix-bridge-mx-puppet-steam/defaults/main.yml | 4 ++-- .../custom/matrix-bridge-mx-puppet-twitter/defaults/main.yml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/roles/custom/matrix-bridge-mx-puppet-discord/defaults/main.yml b/roles/custom/matrix-bridge-mx-puppet-discord/defaults/main.yml index 8d328521d..8bd1320b3 100644 --- a/roles/custom/matrix-bridge-mx-puppet-discord/defaults/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-discord/defaults/main.yml @@ -34,14 +34,14 @@ matrix_mx_puppet_discord_appservice_address: 'http://matrix-mx-puppet-discord:{{ matrix_mx_puppet_discord_bridge_mediaUrl: "{{ matrix_homeserver_url }}" # noqa var-naming # "@user:server.com" to allow specific user -# "@.*:yourserver.com" to allow users on a specific homeserver +# "@.*:example.com" to allow users on a specific homeserver # "@.*" to allow anyone matrix_mx_puppet_discord_provisioning_whitelist: - "@.*:{{ matrix_domain | regex_escape }}" # Leave empty to disable blacklist # "@user:server.com" disallow a specific user -# "@.*:yourserver.com" disallow users on a specific homeserver +# "@.*:example.com" disallow users on a specific homeserver matrix_mx_puppet_discord_provisioning_blacklist: [] matrix_mx_puppet_discord_container_network: "" diff --git a/roles/custom/matrix-bridge-mx-puppet-groupme/defaults/main.yml b/roles/custom/matrix-bridge-mx-puppet-groupme/defaults/main.yml index c8277aa6a..09cd5ee59 100644 --- a/roles/custom/matrix-bridge-mx-puppet-groupme/defaults/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-groupme/defaults/main.yml @@ -30,14 +30,14 @@ matrix_mx_puppet_groupme_homeserver_domain: '{{ matrix_domain }}' matrix_mx_puppet_groupme_appservice_address: 'http://matrix-mx-puppet-groupme:{{ matrix_mx_puppet_groupme_appservice_port }}' # "@user:server.com" to allow specific user -# "@.*:yourserver.com" to allow users on a specific homeserver +# "@.*:example.com" to allow users on a specific homeserver # "@.*" to allow anyone matrix_mx_puppet_groupme_provisioning_whitelist: - "@.*:{{ matrix_domain | regex_escape }}" # Leave empty to disable blacklist # "@user:server.com" disallow a specific user -# "@.*:yourserver.com" disallow users on a specific homeserver +# "@.*:example.com" disallow users on a specific homeserver matrix_mx_puppet_groupme_provisioning_blacklist: [] matrix_mx_puppet_groupme_container_network: "" diff --git a/roles/custom/matrix-bridge-mx-puppet-instagram/defaults/main.yml b/roles/custom/matrix-bridge-mx-puppet-instagram/defaults/main.yml index 9d86b5d08..ba7f993df 100644 --- a/roles/custom/matrix-bridge-mx-puppet-instagram/defaults/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-instagram/defaults/main.yml @@ -25,14 +25,14 @@ matrix_mx_puppet_instagram_homeserver_domain: '{{ matrix_domain }}' matrix_mx_puppet_instagram_appservice_address: 'http://matrix-mx-puppet-instagram:{{ matrix_mx_puppet_instagram_appservice_port }}' # "@user:server.com" to allow specific user -# "@.*:yourserver.com" to allow users on a specific homeserver +# "@.*:example.com" to allow users on a specific homeserver # "@.*" to allow anyone matrix_mx_puppet_instagram_provisioning_whitelist: - "@.*:{{ matrix_domain | regex_escape }}" # Leave empty to disable blacklist # "@user:server.com" disallow a specific user -# "@.*:yourserver.com" disallow users on a specific homeserver +# "@.*:example.com" disallow users on a specific homeserver matrix_mx_puppet_instagram_provisioning_blacklist: [] matrix_mx_puppet_instagram_container_network: "" diff --git a/roles/custom/matrix-bridge-mx-puppet-slack/defaults/main.yml b/roles/custom/matrix-bridge-mx-puppet-slack/defaults/main.yml index 322f16031..9d9189a84 100644 --- a/roles/custom/matrix-bridge-mx-puppet-slack/defaults/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-slack/defaults/main.yml @@ -43,14 +43,14 @@ matrix_mx_puppet_slack_oauth_redirect_path: "{{ matrix_mx_puppet_slack_path_pref matrix_mx_puppet_slack_oauth_redirect_uri: '{{ matrix_mx_puppet_slack_scheme }}://{{ matrix_mx_puppet_slack_hostname }}{{ matrix_mx_puppet_slack_oauth_redirect_path }}' # "@user:server.com" to allow specific user -# "@.*:yourserver.com" to allow users on a specific homeserver +# "@.*:example.com" to allow users on a specific homeserver # "@.*" to allow anyone matrix_mx_puppet_slack_provisioning_whitelist: - "@.*:{{ matrix_domain | regex_escape }}" # Leave empty to disable blacklist # "@user:server.com" disallow a specific user -# "@.*:yourserver.com" disallow users on a specific homeserver +# "@.*:example.com" disallow users on a specific homeserver matrix_mx_puppet_slack_provisioning_blacklist: [] matrix_mx_puppet_slack_container_network: "" diff --git a/roles/custom/matrix-bridge-mx-puppet-steam/defaults/main.yml b/roles/custom/matrix-bridge-mx-puppet-steam/defaults/main.yml index 73cb131f0..5c28aaad3 100644 --- a/roles/custom/matrix-bridge-mx-puppet-steam/defaults/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-steam/defaults/main.yml @@ -31,14 +31,14 @@ matrix_mx_puppet_steam_homeserver_domain: '{{ matrix_domain }}' matrix_mx_puppet_steam_appservice_address: 'http://matrix-mx-puppet-steam:{{ matrix_mx_puppet_steam_appservice_port }}' # "@user:server.com" to allow specific user -# "@.*:yourserver.com" to allow users on a specific homeserver +# "@.*:example.com" to allow users on a specific homeserver # "@.*" to allow anyone matrix_mx_puppet_steam_provisioning_whitelist: - "@.*:{{ matrix_domain | regex_escape }}" # Leave empty to disable blacklist # "@user:server.com" disallow a specific user -# "@.*:yourserver.com" disallow users on a specific homeserver +# "@.*:example.com" disallow users on a specific homeserver matrix_mx_puppet_steam_provisioning_blacklist: [] matrix_mx_puppet_steam_container_network: "" diff --git a/roles/custom/matrix-bridge-mx-puppet-twitter/defaults/main.yml b/roles/custom/matrix-bridge-mx-puppet-twitter/defaults/main.yml index 1ba4a9920..a09ba4afa 100644 --- a/roles/custom/matrix-bridge-mx-puppet-twitter/defaults/main.yml +++ b/roles/custom/matrix-bridge-mx-puppet-twitter/defaults/main.yml @@ -43,14 +43,14 @@ matrix_mx_puppet_twitter_server_path: "{{ matrix_mx_puppet_twitter_path_prefix } matrix_mx_puppet_twitter_server_url: '{{ matrix_homeserver_url }}{{ matrix_mx_puppet_twitter_server_path }}' # "@user:server.com" to allow specific user -# "@.*:yourserver.com" to allow users on a specific homeserver +# "@.*:example.com" to allow users on a specific homeserver # "@.*" to allow anyone matrix_mx_puppet_twitter_provisioning_whitelist: - "@.*:{{ matrix_domain | regex_escape }}" # Leave empty to disable blacklist # "@user:server.com" disallow a specific user -# "@.*:yourserver.com" disallow users on a specific homeserver +# "@.*:example.com" disallow users on a specific homeserver matrix_mx_puppet_twitter_provisioning_blacklist: [] matrix_mx_puppet_twitter_container_network: ""