소스 검색

Update docs/configuring-playbook-bot-draupnir.md: move the note about the "ensure-matrix-users-created" playbook tag

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3981/head
Suguru Hirahara 1 년 전
부모
커밋
66d96844d6
No known key found for this signature in database GPG 키 ID: E4F9743DAB4B7B75
1개의 변경된 파일4개의 추가작업 그리고 6개의 파일을 삭제
  1. +4
    -6
      docs/configuring-playbook-bot-draupnir.md

+ 4
- 6
docs/configuring-playbook-bot-draupnir.md 파일 보기

@@ -80,6 +80,8 @@ Before proceeding to the next step, run the playbook with the following command
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created
``` ```


**Note**: the `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account.

Then, invite the bot (`@bot.draupnir:example.com`) to its management room which you have created earlier. Then, invite the bot (`@bot.draupnir:example.com`) to its management room which you have created earlier.


### Make sure the account is free from rate limiting (optional, recommended) ### Make sure the account is free from rate limiting (optional, recommended)
@@ -165,13 +167,9 @@ After configuring the playbook, run it with [playbook tags](playbook-tags.md) as
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
``` ```


**Notes**:

- The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account.

- The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`
The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`


`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed.
`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed.


## Usage ## Usage




불러오는 중...
취소
저장