add readme section for install via ansible

This commit is contained in:
louis 2020-04-19 20:34:22 +02:00
parent 2bd0250d1f
commit e042e96f61

View file

@ -15,6 +15,18 @@ go install github.com/systemli/prometheus-jitsi-meet-exporter
$GOPATH/bin/prometheus-jitsi-meet-exporter
```
### Ansible
We also provide an [Ansible Role to install and configure the Jitsi Meet Exporter](https://github.com/systemli/ansible-role-jitsi-meet-exporter).
Example Playbook:
```yaml
- hosts: jitsimeetservers
roles:
- { role: systemli.jitsi_meet_exporter }
```
### Docker
```