From e042e96f61c3207bbc8fe4df7339ca4ffcc85f5f Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 19 Apr 2020 20:34:22 +0200 Subject: [PATCH] add readme section for install via ansible --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 4d39ba0..a1eedb5 100644 --- a/README.md +++ b/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 ```