From 0e276d1edb30b39c869f3459d1adf501f8e08ef3 Mon Sep 17 00:00:00 2001 From: louis Date: Tue, 2 Jan 2024 18:52:19 +0100 Subject: [PATCH] Support Debian 12 --- .github/workflows/main.yml | 2 +- README.md | 12 +++++++----- meta/main.yml | 4 +--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec15ff5..815788e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,4 +15,4 @@ jobs: name: Integration uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.2.0 with: - distros: '[ "debian11", "debian10", "ubuntu2204", "ubuntu2004", "ubuntu1804" ]' + distros: '[ "debian12", "debian11", "ubuntu2204", "ubuntu2004" ]' diff --git a/README.md b/README.md index 2e4182b..21ce0aa 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 } @@ -35,7 +37,7 @@ For developing and testing the role we use Github Actions, Molecule, and Vagrant Run local tests with: -``` +```shell molecule test ``` @@ -47,4 +49,4 @@ GPLv3 ## Author Information -https://www.systemli.org + diff --git a/meta/main.yml b/meta/main.yml index 66ca405..cc8399e 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -15,12 +15,10 @@ galaxy_info: platforms: - name: Debian versions: - - buster - bullseye + - bookworm - name: Ubuntu versions: - jammy - focal - - bionic - - xenial dependencies: []