This role installs and configure a prometheus metrics exporter for Jitsi Meet.
prometheus_jitsi_meet_exporter_version: 1.2.4
prometheus_jitsi_meet_exporter_videobridge_url: http://localhost:8080/colibri/stats
prometheus_jitsi_meet_exporter_listen: :9888
Download latest release with ansible-galaxy
ansible-galaxy install systemli.jitsi_meet_exporter
- hosts: jitsimeetservers
roles:
- { role: systemli.jitsi_meet_exporter }
For developing and testing the role we use Github Actions, Molecule, and Vagrant. On the local environment you can easily test the role with
Run local tests with:
molecule test
Requires Molecule, Vagrant and python-vagrant
to be installed.For developing and testing the role we use Travis CI, Molecule and Vagrant. On the local environment you can easily test the role with
GPLv3