Mention how much "just install-all" is faster than "just setup-all"
This way, the "installing" sections would cover from beginners to advanced (professional) readers. Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
docs
configuring-playbook-alertmanager-receiver.mdconfiguring-playbook-appservice-double-puppet.mdconfiguring-playbook-appservice-draupnir-for-all.mdconfiguring-playbook-backup-borg.mdconfiguring-playbook-bot-baibot.mdconfiguring-playbook-bot-buscarron.mdconfiguring-playbook-bot-chatgpt.mdconfiguring-playbook-bot-draupnir.mdconfiguring-playbook-bot-go-neb.mdconfiguring-playbook-bot-honoroit.mdconfiguring-playbook-bot-matrix-registration-bot.mdconfiguring-playbook-bot-matrix-reminder-bot.mdconfiguring-playbook-bot-maubot.mdconfiguring-playbook-bot-mjolnir.mdconfiguring-playbook-bridge-appservice-discord.mdconfiguring-playbook-bridge-appservice-irc.mdconfiguring-playbook-bridge-appservice-kakaotalk.mdconfiguring-playbook-bridge-appservice-slack.mdconfiguring-playbook-bridge-appservice-webhooks.mdconfiguring-playbook-bridge-beeper-linkedin.mdconfiguring-playbook-bridge-go-skype-bridge.mdconfiguring-playbook-bridge-heisenbridge.mdconfiguring-playbook-bridge-matrix-bridge-sms.mdconfiguring-playbook-bridge-mautrix-discord.mdconfiguring-playbook-bridge-mautrix-facebook.mdconfiguring-playbook-bridge-mautrix-gmessages.mdconfiguring-playbook-bridge-mautrix-googlechat.mdconfiguring-playbook-bridge-mautrix-hangouts.mdconfiguring-playbook-bridge-mautrix-instagram.mdconfiguring-playbook-bridge-mautrix-meta-instagram.mdconfiguring-playbook-bridge-mautrix-meta-messenger.mdconfiguring-playbook-bridge-mautrix-signal.mdconfiguring-playbook-bridge-mautrix-slack.mdconfiguring-playbook-bridge-mautrix-telegram.mdconfiguring-playbook-bridge-mautrix-twitter.mdconfiguring-playbook-bridge-mautrix-whatsapp.mdconfiguring-playbook-bridge-mautrix-wsproxy.mdconfiguring-playbook-bridge-mx-puppet-discord.mdconfiguring-playbook-bridge-mx-puppet-groupme.mdconfiguring-playbook-bridge-mx-puppet-instagram.mdconfiguring-playbook-bridge-mx-puppet-slack.mdconfiguring-playbook-bridge-mx-puppet-steam.mdconfiguring-playbook-bridge-mx-puppet-twitter.mdconfiguring-playbook-bridge-postmoogle.mdconfiguring-playbook-bridge-wechat.mdconfiguring-playbook-cactus-comments.mdconfiguring-playbook-client-cinny.mdconfiguring-playbook-client-element-web.mdconfiguring-playbook-client-hydrogen.mdconfiguring-playbook-client-schildichat-web.mdconfiguring-playbook-dendrite.mdconfiguring-playbook-dimension.mdconfiguring-playbook-dynamic-dns.mdconfiguring-playbook-etherpad.mdconfiguring-playbook-jitsi.mdconfiguring-playbook-ma1sd.mdconfiguring-playbook-matrix-authentication-service.mdconfiguring-playbook-matrix-ldap-registration-proxy.mdconfiguring-playbook-matrix-registration.mdconfiguring-playbook-mautrix-bridges.mdconfiguring-playbook-ntfy.mdconfiguring-playbook-pantalaimon.mdconfiguring-playbook-postgres-backup.mdconfiguring-playbook-prometheus-grafana.mdconfiguring-playbook-prometheus-nginxlog.mdconfiguring-playbook-prometheus-postgres.mdconfiguring-playbook-rageshake.mdconfiguring-playbook-rest-auth.mdconfiguring-playbook-riot-web.mdconfiguring-playbook-shared-secret-auth.mdconfiguring-playbook-sliding-sync-proxy.mdconfiguring-playbook-sygnal.mdconfiguring-playbook-synapse-admin.mdconfiguring-playbook-synapse-auto-compressor.mdconfiguring-playbook-synapse-usage-exporter.mdfaq.mdinstalling.mdregistering-users.md
@ -38,7 +38,7 @@ ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-use
|
||||
|
||||
- The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`
|
||||
|
||||
`just install-all` is useful for maintaining your setup quickly when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed.
|
||||
`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed.
|
||||
|
||||
- If you change the bot password (`matrix_bot_matrix_reminder_bot_matrix_user_password` in your `vars.yml` file) subsequently, the bot user's credentials on the homeserver won't be updated automatically. If you'd like to change the bot user's password, use a tool like [synapse-admin](configuring-playbook-synapse-admin.md) to change it, and then update `matrix_bot_matrix_reminder_bot_matrix_user_password` to let the bot know its new password.
|
||||
|
||||
|
Reference in New Issue
Block a user