feat: initial commit
This commit is contained in:
commit
0830507cf7
20 changed files with 459 additions and 0 deletions
15
vars/Debian.yaml
Normal file
15
vars/Debian.yaml
Normal 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
7
vars/Suse.yaml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue