Преглед на файлове

Update docs/configuring-playbook-synapse-admin.md: add the playbook command and just recipes

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3842/head
Suguru Hirahara преди 1 година
родител
ревизия
24ad78fae3
No known key found for this signature in database GPG ключ ID: E4F9743DAB4B7B75
променени са 1 файла, в които са добавени 9 реда и са изтрити 0 реда
  1. +9
    -0
      docs/configuring-playbook-synapse-admin.md

+ 9
- 0
docs/configuring-playbook-synapse-admin.md Целия файл

@@ -50,6 +50,15 @@ If you've decided to use the default hostname, you won't need to do any extra DN

After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below:

<!-- 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
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`

`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

After installation, Synapse Admin will be accessible at: `https://matrix.example.com/synapse-admin/`


Зареждане…
Отказ
Запис