diff --git a/docs/configuring-playbook-alertmanager-receiver.md b/docs/configuring-playbook-alertmanager-receiver.md index e58b4d03c..5edc65b0c 100644 --- a/docs/configuring-playbook-alertmanager-receiver.md +++ b/docs/configuring-playbook-alertmanager-receiver.md @@ -76,7 +76,7 @@ Steps 3 and 4 need to be done for each new room you'd like the bot to deliver al ## Installing -Now that you've [prepared the bot account and room](#account-and-room-preparation), [configured the playbook](#adjusting-the-playbook-configuration), and potentially [adjusted your DNS records](#adjusting-dns-records), you can run the [installation](installing.md) command: +Now that you've [prepared the bot account and room](#account-and-room-preparation), [configured the playbook](#adjusting-the-playbook-configuration), and potentially [adjusted your DNS records](#adjusting-dns-records), you can run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-appservice-double-puppet.md b/docs/configuring-playbook-appservice-double-puppet.md index 595becf7d..e4a3b3922 100644 --- a/docs/configuring-playbook-appservice-double-puppet.md +++ b/docs/configuring-playbook-appservice-double-puppet.md @@ -16,7 +16,7 @@ matrix_appservice_double_puppet_enabled: true ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-appservice-draupnir-for-all.md b/docs/configuring-playbook-appservice-draupnir-for-all.md index 4e5075508..be13c93a3 100644 --- a/docs/configuring-playbook-appservice-draupnir-for-all.md +++ b/docs/configuring-playbook-appservice-draupnir-for-all.md @@ -49,7 +49,7 @@ matrix_appservice_draupnir_for_all_master_control_room_alias: "ALIAS_FROM_STEP_2 ### 4. Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-backup-borg.md b/docs/configuring-playbook-backup-borg.md index 37a2d7aab..07fc3080f 100644 --- a/docs/configuring-playbook-backup-borg.md +++ b/docs/configuring-playbook-backup-borg.md @@ -71,7 +71,7 @@ Check the [backup_borg role](https://github.com/mother-of-all-self-hosting/ansib ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bot-baibot.md b/docs/configuring-playbook-bot-baibot.md index 1d4616235..423fcf16b 100644 --- a/docs/configuring-playbook-bot-baibot.md +++ b/docs/configuring-playbook-bot-baibot.md @@ -376,7 +376,7 @@ matrix_bot_baibot_config_initial_global_config_handler_image_generation: null ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bot-buscarron.md b/docs/configuring-playbook-bot-buscarron.md index 40412d865..190e7204c 100644 --- a/docs/configuring-playbook-bot-buscarron.md +++ b/docs/configuring-playbook-bot-buscarron.md @@ -56,7 +56,7 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bot-chatgpt.md b/docs/configuring-playbook-bot-chatgpt.md index f9dd615ea..e892f2ea2 100644 --- a/docs/configuring-playbook-bot-chatgpt.md +++ b/docs/configuring-playbook-bot-chatgpt.md @@ -56,7 +56,7 @@ You will need to get tokens for ChatGPT. ## 4. Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bot-draupnir.md b/docs/configuring-playbook-bot-draupnir.md index 27524ca85..39152ec13 100644 --- a/docs/configuring-playbook-bot-draupnir.md +++ b/docs/configuring-playbook-bot-draupnir.md @@ -115,7 +115,7 @@ That is all you need to do due to that Draupnir can complete migration on its ow ## 6. Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bot-go-neb.md b/docs/configuring-playbook-bot-go-neb.md index b48622752..42cbcdc98 100644 --- a/docs/configuring-playbook-bot-go-neb.md +++ b/docs/configuring-playbook-bot-go-neb.md @@ -219,7 +219,7 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bot-honoroit.md b/docs/configuring-playbook-bot-honoroit.md index 69c327f79..319689108 100644 --- a/docs/configuring-playbook-bot-honoroit.md +++ b/docs/configuring-playbook-bot-honoroit.md @@ -48,7 +48,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bot-matrix-registration-bot.md b/docs/configuring-playbook-bot-matrix-registration-bot.md index df5cb934e..07e79c77b 100644 --- a/docs/configuring-playbook-bot-matrix-registration-bot.md +++ b/docs/configuring-playbook-bot-matrix-registration-bot.md @@ -32,7 +32,7 @@ The bot account will be created automatically. ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bot-matrix-reminder-bot.md b/docs/configuring-playbook-bot-matrix-reminder-bot.md index ab560d4aa..2094cc052 100644 --- a/docs/configuring-playbook-bot-matrix-reminder-bot.md +++ b/docs/configuring-playbook-bot-matrix-reminder-bot.md @@ -27,7 +27,7 @@ matrix_bot_matrix_reminder_bot_reminders_timezone: Europe/London ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bot-maubot.md b/docs/configuring-playbook-bot-maubot.md index 856e29f90..45b76f47a 100644 --- a/docs/configuring-playbook-bot-maubot.md +++ b/docs/configuring-playbook-bot-maubot.md @@ -49,7 +49,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bot-mjolnir.md b/docs/configuring-playbook-bot-mjolnir.md index 28a21c334..9dded0201 100644 --- a/docs/configuring-playbook-bot-mjolnir.md +++ b/docs/configuring-playbook-bot-mjolnir.md @@ -117,7 +117,7 @@ matrix_synapse_ext_spam_checker_mjolnir_antispam_config_ban_lists: [] ## 7. Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-appservice-discord.md b/docs/configuring-playbook-bridge-appservice-discord.md index 757052aab..760782da2 100644 --- a/docs/configuring-playbook-bridge-appservice-discord.md +++ b/docs/configuring-playbook-bridge-appservice-discord.md @@ -30,7 +30,7 @@ matrix_appservice_discord_bot_token: "YOUR DISCORD APP BOT TOKEN" ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-appservice-irc.md b/docs/configuring-playbook-bridge-appservice-irc.md index 6263db4c6..cbd995e32 100644 --- a/docs/configuring-playbook-bridge-appservice-irc.md +++ b/docs/configuring-playbook-bridge-appservice-irc.md @@ -62,7 +62,7 @@ matrix_appservice_irc_ircService_servers: ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-appservice-kakaotalk.md b/docs/configuring-playbook-bridge-appservice-kakaotalk.md index fe4291f86..4a85b2aed 100644 --- a/docs/configuring-playbook-bridge-appservice-kakaotalk.md +++ b/docs/configuring-playbook-bridge-appservice-kakaotalk.md @@ -33,7 +33,7 @@ Take a look at: ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-appservice-slack.md b/docs/configuring-playbook-bridge-appservice-slack.md index d97b1a532..85196e189 100644 --- a/docs/configuring-playbook-bridge-appservice-slack.md +++ b/docs/configuring-playbook-bridge-appservice-slack.md @@ -65,7 +65,7 @@ Other configuration options are available via the `matrix_appservice_slack_confi ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-appservice-webhooks.md b/docs/configuring-playbook-bridge-appservice-webhooks.md index 5ee253721..a937e0583 100644 --- a/docs/configuring-playbook-bridge-appservice-webhooks.md +++ b/docs/configuring-playbook-bridge-appservice-webhooks.md @@ -26,7 +26,7 @@ matrix_appservice_webhooks_api_secret: '' ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-beeper-linkedin.md b/docs/configuring-playbook-bridge-beeper-linkedin.md index 6b66685ae..58fd43640 100644 --- a/docs/configuring-playbook-bridge-beeper-linkedin.md +++ b/docs/configuring-playbook-bridge-beeper-linkedin.md @@ -35,7 +35,7 @@ You may wish to look at `roles/custom/matrix-bridge-beeper-linkedin/templates/co ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-go-skype-bridge.md b/docs/configuring-playbook-bridge-go-skype-bridge.md index b97f6cf4e..03b20989d 100644 --- a/docs/configuring-playbook-bridge-go-skype-bridge.md +++ b/docs/configuring-playbook-bridge-go-skype-bridge.md @@ -14,7 +14,7 @@ matrix_go_skype_bridge_enabled: true ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-heisenbridge.md b/docs/configuring-playbook-bridge-heisenbridge.md index 76870c704..96b7ca2f2 100644 --- a/docs/configuring-playbook-bridge-heisenbridge.md +++ b/docs/configuring-playbook-bridge-heisenbridge.md @@ -49,7 +49,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-matrix-bridge-sms.md b/docs/configuring-playbook-bridge-matrix-bridge-sms.md index 888fc1843..25103d753 100644 --- a/docs/configuring-playbook-bridge-matrix-bridge-sms.md +++ b/docs/configuring-playbook-bridge-matrix-bridge-sms.md @@ -33,7 +33,7 @@ matrix_sms_bridge_provider_android_truststore_password: 123 ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mautrix-discord.md b/docs/configuring-playbook-bridge-mautrix-discord.md index c65e51417..0f72110bb 100644 --- a/docs/configuring-playbook-bridge-mautrix-discord.md +++ b/docs/configuring-playbook-bridge-mautrix-discord.md @@ -42,7 +42,7 @@ Take a look at: ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mautrix-facebook.md b/docs/configuring-playbook-bridge-mautrix-facebook.md index e4d163425..8e41db1c6 100644 --- a/docs/configuring-playbook-bridge-mautrix-facebook.md +++ b/docs/configuring-playbook-bridge-mautrix-facebook.md @@ -55,7 +55,7 @@ You may wish to look at `roles/custom/matrix-bridge-mautrix-facebook/templates/c ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mautrix-gmessages.md b/docs/configuring-playbook-bridge-mautrix-gmessages.md index 95a5a334a..c26b6e57e 100644 --- a/docs/configuring-playbook-bridge-mautrix-gmessages.md +++ b/docs/configuring-playbook-bridge-mautrix-gmessages.md @@ -20,7 +20,7 @@ matrix_mautrix_gmessages_enabled: true ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mautrix-googlechat.md b/docs/configuring-playbook-bridge-mautrix-googlechat.md index ad02bd80e..4c368f2b9 100644 --- a/docs/configuring-playbook-bridge-mautrix-googlechat.md +++ b/docs/configuring-playbook-bridge-mautrix-googlechat.md @@ -20,7 +20,7 @@ matrix_mautrix_googlechat_enabled: true ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mautrix-hangouts.md b/docs/configuring-playbook-bridge-mautrix-hangouts.md index 69aa8f210..fb64ed097 100644 --- a/docs/configuring-playbook-bridge-mautrix-hangouts.md +++ b/docs/configuring-playbook-bridge-mautrix-hangouts.md @@ -22,7 +22,7 @@ matrix_mautrix_hangouts_enabled: true ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mautrix-instagram.md b/docs/configuring-playbook-bridge-mautrix-instagram.md index 4abd835ff..25a7b7d8b 100644 --- a/docs/configuring-playbook-bridge-mautrix-instagram.md +++ b/docs/configuring-playbook-bridge-mautrix-instagram.md @@ -42,7 +42,7 @@ You may wish to look at `roles/custom/matrix-bridge-mautrix-instagram/templates/ ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mautrix-meta-instagram.md b/docs/configuring-playbook-bridge-mautrix-meta-instagram.md index f136e2c63..cd70a8c42 100644 --- a/docs/configuring-playbook-bridge-mautrix-meta-instagram.md +++ b/docs/configuring-playbook-bridge-mautrix-meta-instagram.md @@ -68,7 +68,7 @@ You may wish to look at `roles/custom/matrix-bridge-mautrix-meta-instagram/templ ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mautrix-meta-messenger.md b/docs/configuring-playbook-bridge-mautrix-meta-messenger.md index c0e3668cf..7883ebc9d 100644 --- a/docs/configuring-playbook-bridge-mautrix-meta-messenger.md +++ b/docs/configuring-playbook-bridge-mautrix-meta-messenger.md @@ -82,7 +82,7 @@ You may wish to look at `roles/custom/matrix-bridge-mautrix-meta-messenger/templ ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mautrix-signal.md b/docs/configuring-playbook-bridge-mautrix-signal.md index 14ab762b1..561bfac2a 100644 --- a/docs/configuring-playbook-bridge-mautrix-signal.md +++ b/docs/configuring-playbook-bridge-mautrix-signal.md @@ -68,7 +68,7 @@ You may wish to look at `roles/custom/matrix-bridge-mautrix-signal/templates/con ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mautrix-slack.md b/docs/configuring-playbook-bridge-mautrix-slack.md index 71ba8a9bb..175202644 100644 --- a/docs/configuring-playbook-bridge-mautrix-slack.md +++ b/docs/configuring-playbook-bridge-mautrix-slack.md @@ -44,7 +44,7 @@ Take a look at: ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mautrix-telegram.md b/docs/configuring-playbook-bridge-mautrix-telegram.md index 9516e1819..7b7d73182 100644 --- a/docs/configuring-playbook-bridge-mautrix-telegram.md +++ b/docs/configuring-playbook-bridge-mautrix-telegram.md @@ -22,7 +22,7 @@ matrix_mautrix_telegram_api_hash: YOUR_TELEGRAM_API_HASH ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mautrix-twitter.md b/docs/configuring-playbook-bridge-mautrix-twitter.md index 8340caff8..6bde13c5a 100644 --- a/docs/configuring-playbook-bridge-mautrix-twitter.md +++ b/docs/configuring-playbook-bridge-mautrix-twitter.md @@ -22,7 +22,7 @@ matrix_mautrix_twitter_enabled: true ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mautrix-whatsapp.md b/docs/configuring-playbook-bridge-mautrix-whatsapp.md index ae4164de1..35adeb85c 100644 --- a/docs/configuring-playbook-bridge-mautrix-whatsapp.md +++ b/docs/configuring-playbook-bridge-mautrix-whatsapp.md @@ -36,7 +36,7 @@ If you want to activate the relay bot in a room, send `!wa set-relay`. To deacti ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mautrix-wsproxy.md b/docs/configuring-playbook-bridge-mautrix-wsproxy.md index d858fa0f0..ff9ff6246 100644 --- a/docs/configuring-playbook-bridge-mautrix-wsproxy.md +++ b/docs/configuring-playbook-bridge-mautrix-wsproxy.md @@ -41,7 +41,7 @@ By default, you will need to create a CNAME record for `wsproxy`. See [Configuri ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mx-puppet-discord.md b/docs/configuring-playbook-bridge-mx-puppet-discord.md index fbc1eeea7..3ab1b2ccf 100644 --- a/docs/configuring-playbook-bridge-mx-puppet-discord.md +++ b/docs/configuring-playbook-bridge-mx-puppet-discord.md @@ -18,7 +18,7 @@ matrix_mx_puppet_discord_enabled: true ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mx-puppet-groupme.md b/docs/configuring-playbook-bridge-mx-puppet-groupme.md index 7aa228161..ee0cf065a 100644 --- a/docs/configuring-playbook-bridge-mx-puppet-groupme.md +++ b/docs/configuring-playbook-bridge-mx-puppet-groupme.md @@ -14,7 +14,7 @@ matrix_mx_puppet_groupme_enabled: true ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mx-puppet-instagram.md b/docs/configuring-playbook-bridge-mx-puppet-instagram.md index 2300f28c0..3368dd579 100644 --- a/docs/configuring-playbook-bridge-mx-puppet-instagram.md +++ b/docs/configuring-playbook-bridge-mx-puppet-instagram.md @@ -14,7 +14,7 @@ matrix_mx_puppet_instagram_enabled: true ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mx-puppet-slack.md b/docs/configuring-playbook-bridge-mx-puppet-slack.md index 9f2b2b5c8..4cb19d1b6 100644 --- a/docs/configuring-playbook-bridge-mx-puppet-slack.md +++ b/docs/configuring-playbook-bridge-mx-puppet-slack.md @@ -23,7 +23,7 @@ matrix_mx_puppet_slack_oauth_client_secret: "" ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mx-puppet-steam.md b/docs/configuring-playbook-bridge-mx-puppet-steam.md index 90b749812..56e37f714 100644 --- a/docs/configuring-playbook-bridge-mx-puppet-steam.md +++ b/docs/configuring-playbook-bridge-mx-puppet-steam.md @@ -14,7 +14,7 @@ matrix_mx_puppet_steam_enabled: true ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-mx-puppet-twitter.md b/docs/configuring-playbook-bridge-mx-puppet-twitter.md index cdda97a58..11024cf82 100644 --- a/docs/configuring-playbook-bridge-mx-puppet-twitter.md +++ b/docs/configuring-playbook-bridge-mx-puppet-twitter.md @@ -25,7 +25,7 @@ matrix_mx_puppet_twitter_environment: '' ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-postmoogle.md b/docs/configuring-playbook-bridge-postmoogle.md index d9d07bc64..d7e96d1d7 100644 --- a/docs/configuring-playbook-bridge-postmoogle.md +++ b/docs/configuring-playbook-bridge-postmoogle.md @@ -49,7 +49,7 @@ You will also need to add several DNS records so that Postmoogle can send emails ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-bridge-wechat.md b/docs/configuring-playbook-bridge-wechat.md index 4c494c36b..5663904a1 100644 --- a/docs/configuring-playbook-bridge-wechat.md +++ b/docs/configuring-playbook-bridge-wechat.md @@ -14,7 +14,7 @@ matrix_wechat_enabled: true ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-cactus-comments.md b/docs/configuring-playbook-cactus-comments.md index faa46d27a..6a3dd3f8d 100644 --- a/docs/configuring-playbook-cactus-comments.md +++ b/docs/configuring-playbook-cactus-comments.md @@ -63,7 +63,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-client-cinny.md b/docs/configuring-playbook-client-cinny.md index 08849c8bc..513cc7f6a 100644 --- a/docs/configuring-playbook-client-cinny.md +++ b/docs/configuring-playbook-client-cinny.md @@ -42,7 +42,7 @@ If you've adjusted `matrix_client_cinny_hostname`, you will need to adjust your ## Installing -After configuring the playbook and [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-client-element-web.md b/docs/configuring-playbook-client-element-web.md index 333f89a2e..f410459e3 100644 --- a/docs/configuring-playbook-client-element-web.md +++ b/docs/configuring-playbook-client-element-web.md @@ -71,7 +71,7 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-client-hydrogen.md b/docs/configuring-playbook-client-hydrogen.md index 1b4840d6b..600fc3b95 100644 --- a/docs/configuring-playbook-client-hydrogen.md +++ b/docs/configuring-playbook-client-hydrogen.md @@ -39,7 +39,7 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-client-schildichat-web.md b/docs/configuring-playbook-client-schildichat-web.md index a6cd4a439..780ac0829 100644 --- a/docs/configuring-playbook-client-schildichat-web.md +++ b/docs/configuring-playbook-client-schildichat-web.md @@ -69,7 +69,7 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-dendrite.md b/docs/configuring-playbook-dendrite.md index 99e93b50d..31d43c0e2 100644 --- a/docs/configuring-playbook-dendrite.md +++ b/docs/configuring-playbook-dendrite.md @@ -34,7 +34,7 @@ Alternatively, **if there is no pre-defined variable** for a Dendrite setting yo ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-dimension.md b/docs/configuring-playbook-dimension.md index fe22cb042..80645bcef 100644 --- a/docs/configuring-playbook-dimension.md +++ b/docs/configuring-playbook-dimension.md @@ -69,7 +69,7 @@ By default, you will need to create a CNAME record for `dimension`. See [Configu ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-dynamic-dns.md b/docs/configuring-playbook-dynamic-dns.md index 25d7a33ab..e610f3b5f 100644 --- a/docs/configuring-playbook-dynamic-dns.md +++ b/docs/configuring-playbook-dynamic-dns.md @@ -25,7 +25,7 @@ matrix_dynamic_dns_domain_configurations: ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-etherpad.md b/docs/configuring-playbook-etherpad.md index 745846c94..21612452b 100644 --- a/docs/configuring-playbook-etherpad.md +++ b/docs/configuring-playbook-etherpad.md @@ -44,7 +44,7 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-jitsi.md b/docs/configuring-playbook-jitsi.md index dd85f7793..9ea3fb9e6 100644 --- a/docs/configuring-playbook-jitsi.md +++ b/docs/configuring-playbook-jitsi.md @@ -269,7 +269,7 @@ jitsi_disable_gravatar: false ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-ma1sd.md b/docs/configuring-playbook-ma1sd.md index eae7af439..42408aaed 100644 --- a/docs/configuring-playbook-ma1sd.md +++ b/docs/configuring-playbook-ma1sd.md @@ -131,7 +131,7 @@ matrix_ma1sd_configuration_extension_yaml: | ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-matrix-authentication-service.md b/docs/configuring-playbook-matrix-authentication-service.md index fdbc37ebc..276c334fc 100644 --- a/docs/configuring-playbook-matrix-authentication-service.md +++ b/docs/configuring-playbook-matrix-authentication-service.md @@ -288,7 +288,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN ## Installing -Now that you've [adjusted the playbook configuration](#adjusting-the-playbook-configuration) and [your DNS records](#adjusting-dns-records), you can run the [installation](installing.md) command: +Now that you've [adjusted the playbook configuration](#adjusting-the-playbook-configuration) and [your DNS records](#adjusting-dns-records), you can run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-matrix-ldap-registration-proxy.md b/docs/configuring-playbook-matrix-ldap-registration-proxy.md index b3d4a7f28..02b04edf9 100644 --- a/docs/configuring-playbook-matrix-ldap-registration-proxy.md +++ b/docs/configuring-playbook-matrix-ldap-registration-proxy.md @@ -34,7 +34,7 @@ matrix_ldap_registration_proxy_systemd_wanted_services_list_custom: ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-matrix-registration.md b/docs/configuring-playbook-matrix-registration.md index fd9641629..3308d273e 100644 --- a/docs/configuring-playbook-matrix-registration.md +++ b/docs/configuring-playbook-matrix-registration.md @@ -52,7 +52,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-mautrix-bridges.md b/docs/configuring-playbook-mautrix-bridges.md index 1f1f3aae0..99b9974d7 100644 --- a/docs/configuring-playbook-mautrix-bridges.md +++ b/docs/configuring-playbook-mautrix-bridges.md @@ -93,7 +93,7 @@ You may wish to look at `roles/custom/matrix-bridge-mautrix-SERVICENAME/template ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-ntfy.md b/docs/configuring-playbook-ntfy.md index 0ed2c2708..dab016207 100644 --- a/docs/configuring-playbook-ntfy.md +++ b/docs/configuring-playbook-ntfy.md @@ -50,7 +50,7 @@ By default, you will need to create a CNAME record for `ntfy`. See [Configuring ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-pantalaimon.md b/docs/configuring-playbook-pantalaimon.md index fe4668965..5b0478a92 100644 --- a/docs/configuring-playbook-pantalaimon.md +++ b/docs/configuring-playbook-pantalaimon.md @@ -18,7 +18,7 @@ The default configuration should suffice. For advanced configuration, you can ov ## 2. Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-postgres-backup.md b/docs/configuring-playbook-postgres-backup.md index 65b9cd88c..9d3967cbc 100644 --- a/docs/configuring-playbook-postgres-backup.md +++ b/docs/configuring-playbook-postgres-backup.md @@ -29,7 +29,7 @@ Refer to the table below for additional configuration variables and their defaul ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-prometheus-grafana.md b/docs/configuring-playbook-prometheus-grafana.md index 86cd77efc..ae9ec582b 100644 --- a/docs/configuring-playbook-prometheus-grafana.md +++ b/docs/configuring-playbook-prometheus-grafana.md @@ -55,7 +55,7 @@ By default, you will need to create a CNAME record for `stats`. See [Configuring ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-prometheus-nginxlog.md b/docs/configuring-playbook-prometheus-nginxlog.md index 230c445cd..c3c6081dd 100644 --- a/docs/configuring-playbook-prometheus-nginxlog.md +++ b/docs/configuring-playbook-prometheus-nginxlog.md @@ -22,7 +22,7 @@ matrix_prometheus_nginxlog_exporter_enabled: true ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-prometheus-postgres.md b/docs/configuring-playbook-prometheus-postgres.md index 384df2824..7d71b1c33 100644 --- a/docs/configuring-playbook-prometheus-postgres.md +++ b/docs/configuring-playbook-prometheus-postgres.md @@ -12,7 +12,7 @@ prometheus_postgres_exporter_enabled: true ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-rageshake.md b/docs/configuring-playbook-rageshake.md index 5a001bd61..b74eaeefd 100644 --- a/docs/configuring-playbook-rageshake.md +++ b/docs/configuring-playbook-rageshake.md @@ -51,7 +51,7 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-rest-auth.md b/docs/configuring-playbook-rest-auth.md index f7589edc4..224978ba6 100644 --- a/docs/configuring-playbook-rest-auth.md +++ b/docs/configuring-playbook-rest-auth.md @@ -26,7 +26,7 @@ matrix_synapse_password_config_localdb_enabled: false ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-riot-web.md b/docs/configuring-playbook-riot-web.md index 0eff73627..ecc4e588f 100644 --- a/docs/configuring-playbook-riot-web.md +++ b/docs/configuring-playbook-riot-web.md @@ -30,7 +30,7 @@ There are a few options for handling this: ### Re-running the playbook -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-shared-secret-auth.md b/docs/configuring-playbook-shared-secret-auth.md index e7947bd38..4d702704c 100644 --- a/docs/configuring-playbook-shared-secret-auth.md +++ b/docs/configuring-playbook-shared-secret-auth.md @@ -25,7 +25,7 @@ matrix_synapse_password_config_localdb_enabled: false ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-sliding-sync-proxy.md b/docs/configuring-playbook-sliding-sync-proxy.md index 9c45994c4..491df75ba 100644 --- a/docs/configuring-playbook-sliding-sync-proxy.md +++ b/docs/configuring-playbook-sliding-sync-proxy.md @@ -39,7 +39,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-sygnal.md b/docs/configuring-playbook-sygnal.md index fa77aecf2..af1101c02 100644 --- a/docs/configuring-playbook-sygnal.md +++ b/docs/configuring-playbook-sygnal.md @@ -77,7 +77,7 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-synapse-admin.md b/docs/configuring-playbook-synapse-admin.md index 24547452e..d0ce29469 100644 --- a/docs/configuring-playbook-synapse-admin.md +++ b/docs/configuring-playbook-synapse-admin.md @@ -48,7 +48,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ## Usage diff --git a/docs/configuring-playbook-synapse-auto-compressor.md b/docs/configuring-playbook-synapse-auto-compressor.md index eac7499c0..94c85c76b 100644 --- a/docs/configuring-playbook-synapse-auto-compressor.md +++ b/docs/configuring-playbook-synapse-auto-compressor.md @@ -18,7 +18,7 @@ matrix_synapse_auto_compressor_enabled: true ## Installing -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-synapse-usage-exporter.md b/docs/configuring-playbook-synapse-usage-exporter.md index 81f242843..996ee2f03 100644 --- a/docs/configuring-playbook-synapse-usage-exporter.md +++ b/docs/configuring-playbook-synapse-usage-exporter.md @@ -50,7 +50,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN ## Installing -After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: +After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/configuring-playbook-user-verification-service.md b/docs/configuring-playbook-user-verification-service.md index 6f9695daf..0e1031028 100644 --- a/docs/configuring-playbook-user-verification-service.md +++ b/docs/configuring-playbook-user-verification-service.md @@ -90,7 +90,7 @@ This will instruct UVS to verify the OpenID token against any domain given in a ## Installing -After these variables have been set, run the [installation](installing.md) command to restart UVS: +After these variables have been set, run the playbook with [playbook tags](playbook-tags.md) as below to restart UVS: ```sh ansible-playbook -i inventory/hosts setup.yml --tags=setup-matrix-user-verification-service,start diff --git a/docs/faq.md b/docs/faq.md index 9af2b94a9..283604868 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -269,7 +269,7 @@ matrix_server_fqn_element: "element.example.com" matrix_server_fqn_etherpad: "etherpad.example.com" ``` -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh diff --git a/docs/registering-users.md b/docs/registering-users.md index a1d4469ef..1633f162a 100644 --- a/docs/registering-users.md +++ b/docs/registering-users.md @@ -112,7 +112,7 @@ For Dendrite: matrix_dendrite_client_api_registration_disabled: false ``` -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below: ```sh