Since "just install-all" or "just setup-all" invokes "ensure-matrix-users-created" as well, it needs adding to the raw ansible-playbook command. Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>pull/3842/head
| @@ -80,7 +80,7 @@ Now that you've [prepared the bot account and room](#account-and-room-preparatio | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -20,7 +20,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -53,7 +53,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -75,7 +75,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -60,7 +60,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -119,7 +119,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -223,7 +223,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -36,7 +36,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -53,7 +53,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -121,7 +121,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -34,7 +34,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -66,7 +66,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -37,7 +37,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -69,7 +69,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -30,7 +30,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -39,7 +39,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -18,7 +18,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -53,7 +53,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -37,7 +37,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -46,7 +46,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -59,7 +59,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -24,7 +24,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -24,7 +24,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -26,7 +26,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -46,7 +46,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -72,7 +72,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -86,7 +86,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -72,7 +72,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -48,7 +48,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -26,7 +26,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -26,7 +26,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -40,7 +40,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -45,7 +45,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -22,7 +22,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -18,7 +18,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -18,7 +18,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -27,7 +27,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -18,7 +18,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -29,7 +29,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -18,7 +18,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -67,7 +67,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -46,7 +46,7 @@ After configuring the playbook and [adjusting your DNS records](#adjusting-dns-r | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -75,7 +75,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -43,7 +43,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -73,7 +73,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -38,7 +38,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -73,7 +73,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -29,7 +29,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -48,7 +48,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -273,7 +273,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -135,7 +135,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -292,7 +292,7 @@ Now that you've [adjusted the playbook configuration](#adjusting-the-playbook-co | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -38,7 +38,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -56,7 +56,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -97,7 +97,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -54,7 +54,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -22,7 +22,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -33,7 +33,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -59,7 +59,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -26,7 +26,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -16,7 +16,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -55,7 +55,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -30,7 +30,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -34,7 +34,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -29,7 +29,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -43,7 +43,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -81,7 +81,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -22,7 +22,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -54,7 +54,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -273,7 +273,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||
| @@ -116,7 +116,7 @@ After configuring the playbook, run the [installation](installing.md) command: | |||||
| <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> | ||||
| ```sh | ```sh | ||||
| ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,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`. | The shortcut commands with `just` program are also available: `just install-all` or `just setup-all`. | ||||