mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-05-05 02:26:31 +02:00
Update quick-start.md
This commit is contained in:
parent
7a39a3ea4e
commit
899aa55b92
@ -121,9 +121,9 @@ As you have configured your brand new server and the client, you need to **creat
|
|||||||
To register a user via this Ansible playbook, run the command below on your local computer.
|
To register a user via this Ansible playbook, run the command below on your local computer.
|
||||||
|
|
||||||
**Notes**:
|
**Notes**:
|
||||||
- Make sure to edit `YOUR_USERNAME_HERE` and `YOUR_PASSWORD_HERE`
|
- Make sure to adjust `YOUR_USERNAME_HERE` and `YOUR_PASSWORD_HERE`
|
||||||
- To `YOUR_USERNAME_HERE`, set a plain username like `john`, not your full `@user:example.com` identifier
|
- For `YOUR_USERNAME_HERE`, use a plain username like `john`, not your full identifier (`@user:example.com`)
|
||||||
- Set `admin=yes` to make the user an administrator of the Matrix server
|
- Use `admin=yes` or `admin=no` depending on whether you wish to make the user an administrator of the Matrix server
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=YOUR_USERNAME_HERE password=YOUR_PASSWORD_HERE admin=<yes|no>' --tags=register-user
|
ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=YOUR_USERNAME_HERE password=YOUR_PASSWORD_HERE admin=<yes|no>' --tags=register-user
|
||||||
|
Loading…
x
Reference in New Issue
Block a user