add readme section for install via ansible
This commit is contained in:
parent
2bd0250d1f
commit
e042e96f61
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue