Kaynağa Gözat
Merge pull request #484 from cnvandijk/docs-dimension-admin-domain
Clarify domain of Dimension admin users in docs by using matrix_domain variable
pull/491/head
Slavi Pantaleev
6 yıl önce
committed by
GitHub
ebeveyn
işleme
7c4bc02070
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
3 ekleme ve
1 silme
-
docs/configuring-playbook-dimension.md
|
|
|
@@ -21,7 +21,9 @@ These users can modify the integrations this Dimension supports. Admin interface |
|
|
|
Add this to your configuration file (`inventory/host_vars/matrix.<your-domain>/vars.yml`): |
|
|
|
|
|
|
|
```yaml |
|
|
|
matrix_dimension_admins: ['@user1:domain.com', '@user2:domain.com'] |
|
|
|
matrix_dimension_admins: |
|
|
|
- "@user1:{{ matrix_domain }}" |
|
|
|
- "@user2:{{ matrix_domain }}" |
|
|
|
``` |
|
|
|
|
|
|
|
## Access token |
|
|
|
|