Просмотр исходного кода

Move things around a bit

pull/410/head
Slavi Pantaleev 6 лет назад
committed by GitHub
Родитель
Сommit
a5e549f171
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 4 добавлений и 5 удалений
  1. +4
    -5
      docs/configuring-playbook-dimension.md

+ 4
- 5
docs/configuring-playbook-dimension.md Просмотреть файл

@@ -41,17 +41,16 @@ Add access token to your configuration file (`inventory/host_vars/matrix.<your-d

```yaml
matrix_dimension_access_token: "YOUR ACCESS TOKEN HERE"

For more information on how to acquire an access token, visit [https://t2bot.io/docs/access_tokens](https://t2bot.io/docs/access_tokens).
```

After these variables have been set, please run the following command to setup and start dimensions:
After these variables have been set, please run the following command to re-run setup and to restart Dimension:

```
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all
ansible-playbook -i inventory/hosts setup.yml --tags=start
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start
```

For more information on how to acquire an access token, visit [https://t2bot.io/docs/access_tokens](https://t2bot.io/docs/access_tokens).

## Additional features

To use a more custom configuration, you can define a `matrix_dimension_configuration_extension_yaml` string variable and put your configuration in it.


Загрузка…
Отмена
Сохранить