This commit replaces installation command shortcut ("recipe") for the "just" program with the raw ansible-playbook command, so that the shortcut will be added to it later. The command is so conservative that failure of the command will mean something is clearly broken.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3842/head
| @@ -76,7 +76,11 @@ Steps 3 and 4 need to be done for each new room you'd like the bot to deliver al | |||||
| ## Installing | ## 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: `just install-all` | |||||
| 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: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| Then, you can proceed to [Usage](#usage). | Then, you can proceed to [Usage](#usage). | ||||
| @@ -16,7 +16,11 @@ matrix_appservice_double_puppet_enabled: true | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -379,7 +379,7 @@ matrix_bot_baibot_config_initial_global_config_handler_image_generation: null | |||||
| After configuring the playbook, run the [installation](installing.md) command: | After configuring the playbook, run the [installation](installing.md) command: | ||||
| ```sh | ```sh | ||||
| just run-tags install-all,ensure-matrix-users-created,start | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | |||||
| ``` | ``` | ||||
| **Notes**: | **Notes**: | ||||
| @@ -59,7 +59,7 @@ You will need to get tokens for ChatGPT. | |||||
| After configuring the playbook, run the [installation](installing.md) command: | After configuring the playbook, run the [installation](installing.md) command: | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=install-all,start | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | ``` | ||||
| @@ -32,7 +32,11 @@ The bot account will be created automatically. | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -49,7 +49,11 @@ If you've decided to use the default hostname, you won't need to do any extra DN | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` | |||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| **Notes**: | **Notes**: | ||||
| @@ -62,7 +62,11 @@ matrix_appservice_irc_ircService_servers: | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -35,7 +35,11 @@ You may wish to look at `roles/custom/matrix-bridge-beeper-linkedin/templates/co | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Set up Double Puppeting by enabling Appservice Double Puppet or Shared Secret Auth | ## Set up Double Puppeting by enabling Appservice Double Puppet or Shared Secret Auth | ||||
| @@ -14,7 +14,11 @@ matrix_go_skype_bridge_enabled: true | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -49,7 +49,11 @@ If you've decided to use the default hostname, you won't need to do any extra DN | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -33,7 +33,11 @@ matrix_sms_bridge_provider_android_truststore_password: 123 | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -55,7 +55,11 @@ You may wish to look at `roles/custom/matrix-bridge-mautrix-facebook/templates/c | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -20,7 +20,11 @@ matrix_mautrix_gmessages_enabled: true | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -20,7 +20,11 @@ matrix_mautrix_googlechat_enabled: true | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -22,7 +22,11 @@ matrix_mautrix_hangouts_enabled: true | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -42,7 +42,11 @@ You may wish to look at `roles/custom/matrix-bridge-mautrix-instagram/templates/ | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -68,7 +68,11 @@ You may wish to look at `roles/custom/matrix-bridge-mautrix-meta-instagram/templ | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -82,7 +82,11 @@ You may wish to look at `roles/custom/matrix-bridge-mautrix-meta-messenger/templ | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -68,7 +68,11 @@ You may wish to look at `roles/custom/matrix-bridge-mautrix-signal/templates/con | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -22,7 +22,11 @@ matrix_mautrix_telegram_api_hash: YOUR_TELEGRAM_API_HASH | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -22,7 +22,11 @@ matrix_mautrix_twitter_enabled: true | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -36,7 +36,11 @@ If you want to activate the relay bot in a room, send `!wa set-relay`. To deacti | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -41,7 +41,11 @@ By default, you will need to create a CNAME record for `wsproxy`. See [Configuri | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -18,7 +18,11 @@ matrix_mx_puppet_discord_enabled: true | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -14,7 +14,11 @@ matrix_mx_puppet_groupme_enabled: true | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -14,7 +14,11 @@ matrix_mx_puppet_instagram_enabled: true | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -14,7 +14,11 @@ matrix_mx_puppet_steam_enabled: true | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -25,7 +25,11 @@ matrix_mx_puppet_twitter_environment: '' | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -14,7 +14,11 @@ matrix_wechat_enabled: true | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -63,7 +63,11 @@ If you've decided to use the default hostname, you won't need to do any extra DN | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -42,4 +42,8 @@ If you've adjusted `matrix_client_cinny_hostname`, you will need to adjust your | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook and [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook and [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| @@ -71,4 +71,8 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| @@ -39,4 +39,8 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| @@ -69,4 +69,8 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| @@ -34,4 +34,8 @@ Alternatively, **if there is no pre-defined variable** for a Dendrite setting yo | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| @@ -25,7 +25,11 @@ matrix_dynamic_dns_domain_configurations: | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Additional Reading | ## Additional Reading | ||||
| @@ -44,7 +44,11 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Usage | ## Usage | ||||
| @@ -131,7 +131,11 @@ matrix_ma1sd_configuration_extension_yaml: | | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Troubleshooting | ## Troubleshooting | ||||
| @@ -288,7 +288,11 @@ If you've decided to use the default hostname, you won't need to do any extra DN | |||||
| ## Installing | ## 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: `just install-all` | |||||
| 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: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| If you're in the process of migrating an existing Synapse homeserver to MAS, you should now follow the rest of the steps in the [Migrating an existing Synapse homeserver to Matrix Authentication Service](#migrating-an-existing-synapse-homeserver-to-matrix-authentication-service) guide. | If you're in the process of migrating an existing Synapse homeserver to MAS, you should now follow the rest of the steps in the [Migrating an existing Synapse homeserver to Matrix Authentication Service](#migrating-an-existing-synapse-homeserver-to-matrix-authentication-service) guide. | ||||
| @@ -34,4 +34,8 @@ matrix_ldap_registration_proxy_systemd_wanted_services_list_custom: | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| @@ -93,7 +93,11 @@ You may wish to look at `roles/custom/matrix-bridge-mautrix-SERVICENAME/template | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Set up Double Puppeting | ## Set up Double Puppeting | ||||
| @@ -18,4 +18,8 @@ The default configuration should suffice. For advanced configuration, you can ov | |||||
| ## 2. Installing | ## 2. Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| @@ -55,7 +55,11 @@ By default, you will need to create a CNAME record for `stats`. See [Configuring | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## What does it do? | ## What does it do? | ||||
| @@ -22,7 +22,11 @@ matrix_prometheus_nginxlog_exporter_enabled: true | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## Docker Image Compatibility | ## Docker Image Compatibility | ||||
| @@ -12,7 +12,11 @@ prometheus_postgres_exporter_enabled: true | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ## What does it do? | ## What does it do? | ||||
| @@ -26,4 +26,8 @@ matrix_synapse_password_config_localdb_enabled: false | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| @@ -30,4 +30,8 @@ There are a few options for handling this: | |||||
| ### Re-running the playbook | ### Re-running the playbook | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| @@ -25,4 +25,8 @@ matrix_synapse_password_config_localdb_enabled: false | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| @@ -39,7 +39,11 @@ If you've decided to use the default hostname, you won't need to do any extra DN | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all`. | |||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| ### External databases | ### External databases | ||||
| @@ -50,4 +50,8 @@ If you've decided to use the default hostname, you won't need to do any extra DN | |||||
| ## Installing | ## Installing | ||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| @@ -112,7 +112,11 @@ For Dendrite: | |||||
| matrix_dendrite_client_api_registration_disabled: false | matrix_dendrite_client_api_registration_disabled: false | ||||
| ``` | ``` | ||||
| After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` | |||||
| After configuring the playbook, run the [installation](installing.md) command: | |||||
| ```sh | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | |||||
| ``` | |||||
| If you're opening up registrations publicly like this, you might also wish to [configure CAPTCHA protection](configuring-captcha.md). | If you're opening up registrations publicly like this, you might also wish to [configure CAPTCHA protection](configuring-captcha.md). | ||||