2018-10-21 09:58:25 +00:00
|
|
|
# Checking if services work
|
|
|
|
|
|
|
|
This playbook can perform a check to ensure that you've configured things correctly and that services are running.
|
|
|
|
|
|
|
|
To perform the check, run:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
ansible-playbook -i inventory/hosts setup.yml --tags=self-check
|
|
|
|
```
|
|
|
|
|
|
|
|
If it's all green, everything is probably running correctly.
|
|
|
|
|
2019-05-09 05:04:46 +00:00
|
|
|
Besides this self-check, you can also check your server using the [Federation Tester](https://federationtester.matrix.org/).
|