Skip to content

Commit

Permalink
Fixed Proxy Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 committed Jun 6, 2024
1 parent dc8ac22 commit 3a87c00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/zabbix_proxy/vars/Debian.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
zabbix_valid_proxy_versions:
# Debian
"12":
- 7.0
- 6.4
- 6.0
"11":
- 7.0
- 6.4
- 6.2
- 6.0
"24":
- 7.0
- 6.4
- 6.0
"22":
- 7.0
- 6.4
- 6.2
- 6.0
"20":
- 7.0
- 6.4
- 6.2
- 6.0
Expand Down
2 changes: 2 additions & 0 deletions roles/zabbix_proxy/vars/RedHat.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
zabbix_valid_proxy_versions:
"9":
- 7.0
- 6.4
- 6.2
- 6.0
"8":
- 7.0
- 6.4
- 6.2
- 6.0
Expand Down

0 comments on commit 3a87c00

Please sign in to comment.