Move things around a bit
This commit is contained in:
parent
364742aa35
commit
a5e549f171
@ -41,16 +41,15 @@ Add access token to your configuration file (`inventory/host_vars/matrix.<your-d
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
matrix_dimension_access_token: "YOUR ACCESS TOKEN HERE"
|
matrix_dimension_access_token: "YOUR ACCESS TOKEN HERE"
|
||||||
```
|
|
||||||
|
|
||||||
After these variables have been set, please run the following command to setup and start dimensions:
|
|
||||||
|
|
||||||
```
|
|
||||||
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all
|
|
||||||
ansible-playbook -i inventory/hosts setup.yml --tags=start
|
|
||||||
```
|
|
||||||
|
|
||||||
For more information on how to acquire an access token, visit [https://t2bot.io/docs/access_tokens](https://t2bot.io/docs/access_tokens).
|
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 re-run setup and to restart Dimension:
|
||||||
|
|
||||||
|
```
|
||||||
|
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start
|
||||||
|
```
|
||||||
|
|
||||||
## Additional features
|
## Additional features
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user