feat: add debian13 support

This commit is contained in:
Simon Cornet 2025-10-01 17:30:09 +02:00
commit 02a28bb09a
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,7 @@ This role installs the prerequisites for installing Zabbix software.
| Operating System | Version | | Operating System | Version |
| --- | ----- | | --- | ----- |
| Debian | 12 | | Debian | 12 |
| Debian | 13 |
| SLES | 15 | | SLES | 15 |
| Ubuntu | 22.04 LTS | | Ubuntu | 22.04 LTS |
| Ubuntu | 24.04 LTS | | Ubuntu | 24.04 LTS |

View file

@ -6,6 +6,9 @@ zabbix_repo_url:
12: 12:
"https://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/release/debian/pool/main/z/zabbix-release/\ "https://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/release/debian/pool/main/z/zabbix-release/\
zabbix-release_latest_{{ zabbix_major_version }}+debian12_all.deb" zabbix-release_latest_{{ zabbix_major_version }}+debian12_all.deb"
13:
"https://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/release/debian/pool/main/z/zabbix-release/\
zabbix-release_latest_{{ zabbix_major_version }}+debian13_all.deb"
Ubuntu: Ubuntu:
24: 24:
"https://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/release/ubuntu/pool/main/z/zabbix-release/\ "https://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/release/ubuntu/pool/main/z/zabbix-release/\