This commit also fixes list item capitalization and punctuation. Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>pull/3842/head
| @@ -83,9 +83,13 @@ Now that you've [prepared the bot account and room](#account-and-room-preparatio | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| Then, you can proceed to [Usage](#usage). | Then, you can proceed to [Usage](#usage). | ||||
| @@ -23,9 +23,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -56,9 +56,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -78,7 +78,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -383,16 +383,15 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| **Notes**: | **Notes**: | ||||
| - the `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program are also available: `just install-all` or `just setup-all` | |||||
| - if you change the bot password (`matrix_bot_baibot_config_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_baibot_config_user_password` to let the bot know its new password | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - If you change the bot password (`matrix_bot_baibot_config_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_baibot_config_user_password` to let the bot know its new password. | |||||
| ## Usage | ## Usage | ||||
| @@ -63,15 +63,15 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| **Notes**: | |||||
| - The shortcut commands with `just` program are also available: `just install-all` or `just setup-all` | |||||
| - the `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - if you change the bot password (`matrix_bot_buscarron_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_buscarron_password` to let the bot know its new password | |||||
| - If you change the bot password (`matrix_bot_buscarron_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_buscarron_password` to let the bot know its new password. | |||||
| ## Usage | ## Usage | ||||
| @@ -63,9 +63,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -122,9 +122,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -226,9 +226,13 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -55,15 +55,15 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| **Notes**: | |||||
| - The shortcut commands with `just` program are also available: `just install-all` or `just setup-all` | |||||
| - the `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - if you change the bot password (`matrix_bot_honoroit_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_honoroit_password` to let the bot know its new password | |||||
| - If you change the bot password (`matrix_bot_honoroit_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_honoroit_password` to let the bot know its new password. | |||||
| ## Usage | ## Usage | ||||
| @@ -39,9 +39,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -34,15 +34,15 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| **Notes**: | |||||
| - The shortcut commands with `just` program are also available: `just install-all` or `just setup-all` | |||||
| - the `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - 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 | |||||
| - 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. | |||||
| ## Usage | ## Usage | ||||
| @@ -56,13 +56,15 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| **Notes**: | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - if you change the bot password (`matrix_bot_maubot_initial_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_maubot_initial_password` to let the bot know its new password | |||||
| - If you change the bot password (`matrix_bot_maubot_initial_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_maubot_initial_password` to let the bot know its new password. | |||||
| ## Usage | ## Usage | ||||
| @@ -124,9 +124,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -37,9 +37,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Self-Service Bridging (Manual) | ## Self-Service Bridging (Manual) | ||||
| @@ -69,9 +69,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -40,9 +40,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -72,9 +72,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -33,9 +33,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -42,9 +42,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## 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 | ||||
| @@ -21,9 +21,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -56,9 +56,13 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -40,9 +40,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -49,9 +49,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -62,9 +62,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -27,9 +27,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -27,9 +27,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -29,9 +29,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -49,9 +49,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -75,9 +75,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -89,9 +89,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -75,9 +75,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -51,9 +51,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -29,9 +29,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -29,9 +29,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -43,9 +43,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -48,9 +48,13 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -25,9 +25,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -21,9 +21,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -21,9 +21,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -30,9 +30,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -21,9 +21,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -32,9 +32,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -56,16 +56,15 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| **Notes**: | **Notes**: | ||||
| - the `ensure-matrix-users-created` playbook tag makes the playbook automatically create a user account of the bridge's bot | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create a user account of the bridge's bot. | |||||
| - The shortcut commands with `just` program are also available: `just install-all` or `just setup-all` | |||||
| - if you change the bridge's bot password (`matrix_postmoogle_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_postmoogle_password` to let the bot know its new password | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - If you change the bridge's bot password (`matrix_postmoogle_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_postmoogle_password` to let the bot know its new password. | |||||
| ## Usage | ## Usage | ||||
| @@ -21,9 +21,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -70,9 +70,13 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -49,6 +49,6 @@ After configuring the playbook and [adjusting your DNS records](#adjusting-dns-r | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -78,6 +78,6 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -46,6 +46,6 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -76,6 +76,6 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -41,6 +41,6 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -76,7 +76,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -32,7 +32,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -51,9 +51,13 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| **Notes**: | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the Etherpad admin user (`etherpad_admin_username`). | |||||
| - The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Usage | ## Usage | ||||
| @@ -276,7 +276,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -138,7 +138,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -295,7 +295,7 @@ Now that you've [adjusted the playbook configuration](#adjusting-the-playbook-co | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -41,6 +41,6 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -59,7 +59,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -96,4 +96,4 @@ ansible-playbook -i inventory/hosts setup.yml \ | |||||
| --tags=list-matrix-registration-tokens | --tags=list-matrix-registration-tokens | ||||
| ``` | ``` | ||||
| The shortcut command with `just` program is also available: `just run-tags list-matrix-registration-tokens`. | |||||
| The shortcut command with `just` program is also available: `just run-tags list-matrix-registration-tokens` | |||||
| @@ -100,9 +100,13 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | |||||
| **Notes**: | |||||
| `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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| - The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. | |||||
| - The shortcut commands with `just` program 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. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | |||||
| ## Set up Double Puppeting | ## Set up Double Puppeting | ||||
| @@ -57,7 +57,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -25,6 +25,6 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -36,6 +36,6 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -62,7 +62,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -29,7 +29,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -19,7 +19,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -58,7 +58,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -33,6 +33,6 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -37,6 +37,6 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -32,6 +32,6 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -46,7 +46,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -84,7 +84,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -25,7 +25,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -57,6 +57,6 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -96,7 +96,7 @@ After these variables have been set, run the [installation](installing.md) comma | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-matrix-user-verification-service,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-matrix-user-verification-service,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags setup-matrix-user-verification-service,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags setup-matrix-user-verification-service,start` or `just run-tags setup-all,start` | |||||
| `just run-tags setup-matrix-user-verification-service,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags setup-matrix-user-verification-service,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -276,7 +276,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||
| @@ -46,7 +46,7 @@ You can free some disk space from Docker, see [docker system prune](https://docs | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=run-docker-prune | ansible-playbook -i inventory/hosts setup.yml --tags=run-docker-prune | ||||
| ``` | ``` | ||||
| The shortcut command with `just` program is also available: `just run-tags run-docker-prune`. | |||||
| The shortcut command with `just` program is also available: `just run-tags run-docker-prune` | |||||
| ## Postgres | ## Postgres | ||||
| @@ -8,7 +8,7 @@ To perform the check, run: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=self-check | ansible-playbook -i inventory/hosts setup.yml --tags=self-check | ||||
| ``` | ``` | ||||
| The shortcut command with `just` program is also available: `just run-tags self-check`. | |||||
| The shortcut command with `just` program is also available: `just run-tags self-check` | |||||
| If it's all green, everything is probably running correctly. | If it's all green, everything is probably running correctly. | ||||
| @@ -46,7 +46,7 @@ Then, run the command below on your local computer to create the `matrix` user a | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-system-user | ansible-playbook -i inventory/hosts setup.yml --tags=setup-system-user | ||||
| ``` | ``` | ||||
| The shortcut command with `just` program is also available: `just run-tags setup-system-user`. | |||||
| The shortcut command with `just` program is also available: `just run-tags setup-system-user` | |||||
| **Note**: because the `matrix` user and group are created dynamically on each server, the user/group ID may differ between the old and new server. We suggest that you adjust ownership of `/matrix` files. To adjust the ownership, log in to the new server and run the command: | **Note**: because the `matrix` user and group are created dynamically on each server, the user/group ID may differ between the old and new server. We suggest that you adjust ownership of `/matrix` files. To adjust the ownership, log in to the new server and run the command: | ||||
| @@ -62,7 +62,7 @@ Finally, run the command below on your local computer to finish the installation | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=install-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=install-all,start | ||||
| ``` | ``` | ||||
| The shortcut command with `just` program is also available: `just run-tags install-all,start`. | |||||
| The shortcut command with `just` program is also available: `just run-tags install-all,start` | |||||
| ### Check if services work | ### Check if services work | ||||
| @@ -39,7 +39,7 @@ To ask the playbook to run rust-synapse-compress-state, execute: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=rust-synapse-compress-state | ansible-playbook -i inventory/hosts setup.yml --tags=rust-synapse-compress-state | ||||
| ``` | ``` | ||||
| The shortcut command with `just` program is also available: `just run-tags rust-synapse-compress-state`. | |||||
| The shortcut command with `just` program is also available: `just run-tags rust-synapse-compress-state` | |||||
| By default, all rooms with more than `100000` state group rows will be compressed. If you need to adjust this, pass: `--extra-vars='matrix_synapse_rust_synapse_compress_state_min_state_groups_required=SOME_NUMBER_HERE'` to the command above. | By default, all rooms with more than `100000` state group rows will be compressed. If you need to adjust this, pass: `--extra-vars='matrix_synapse_rust_synapse_compress_state_min_state_groups_required=SOME_NUMBER_HERE'` to the command above. | ||||
| @@ -119,7 +119,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start | ||||
| ``` | ``` | ||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. | |||||
| The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start` | |||||
| `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | `just run-tags install-all,start` 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 run-tags setup-all,start`, or these components will still remain installed. For more information about `just` shortcuts, take a look at this page: [Running `just` commands](just.md) | ||||