feat: initial commit

This commit is contained in:
Simon Cornet 2025-06-06 17:12:03 +02:00
commit 1e593545e6
14 changed files with 260 additions and 0 deletions

15
vars/Debian.yaml Normal file
View file

@ -0,0 +1,15 @@
---
# zabbix repository url
zabbix_repo_url:
Debian:
12:
"https://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/release/debian/pool/main/z/zabbix-release/\
zabbix-release_latest_{{ zabbix_major_version }}+debian12_all.deb"
Ubuntu:
24:
"https://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/release/ubuntu/pool/main/z/zabbix-release/\
zabbix-release_latest_{{ zabbix_major_version }}+ubuntu24.04_all.deb"
22:
"https://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/release/ubuntu/pool/main/z/zabbix-release/\
zabbix-release_latest_{{ zabbix_major_version }}+ubuntu22.04_all.deb"

7
vars/Suse.yaml Normal file
View file

@ -0,0 +1,7 @@
---
# zabbix repository url
zabbix_repo_url:
15:
"https://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/release/sles/\
15/noarch/zabbix-release-latest-{{ zabbix_major_version }}.sles15.noarch.rpm"