Skip to content

Commit

Permalink
Merge pull request #55 from systemli/Support-Debian-12
Browse files Browse the repository at this point in the history
Support Debian 12
  • Loading branch information
0x46616c6b authored Jan 2, 2024
2 parents a0c00fe + 0e276d1 commit 88319f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
name: Integration
uses: systemli/github-ansible-workflow/.github/workflows/[email protected]
with:
distros: '[ "debian11", "debian10", "ubuntu2204", "ubuntu2004", "ubuntu1804" ]'
distros: '[ "debian12", "debian11", "ubuntu2204", "ubuntu2004" ]'
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This role installs and configure a prometheus metrics exporter for [Jitsi Meet](

## Role Variables

```
```yaml
prometheus_jitsi_meet_exporter_version: 1.1.9
prometheus_jitsi_meet_exporter_videobridge_url: http://localhost:8080/colibri/stats
prometheus_jitsi_meet_exporter_listen: :9888
Expand All @@ -17,11 +17,13 @@ prometheus_jitsi_meet_exporter_listen: :9888
Download latest release with `ansible-galaxy`

ansible-galaxy install systemli.jitsi_meet_exporter
```shell
ansible-galaxy install systemli.jitsi_meet_exporter
```

## Example Playbook

```
```yaml
- hosts: jitsimeetservers
roles:
- { role: systemli.jitsi_meet_exporter }
Expand All @@ -35,7 +37,7 @@ For developing and testing the role we use Github Actions, Molecule, and Vagrant

Run local tests with:

```
```shell
molecule test
```

Expand All @@ -47,4 +49,4 @@ GPLv3

## Author Information

https://www.systemli.org
<https://www.systemli.org>
4 changes: 1 addition & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ galaxy_info:
platforms:
- name: Debian
versions:
- buster
- bullseye
- bookworm
- name: Ubuntu
versions:
- jammy
- focal
- bionic
- xenial
dependencies: []

0 comments on commit 88319f3

Please sign in to comment.