Zabbix version: 5.0 -> 5.2 #11

Merged
adellam merged 1 commits from adellam/ansible-role-zabbix-agent:master into master 2021-12-03 13:29:16 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 88535e21dd - Show all commits

View File

@ -1,7 +1,7 @@
---
zabbix_agent_install: False
zabbix_use_external_repo: True
zabbix_repo_version: '5.0'
zabbix_repo_version: '5.2'
zabbix_agent_ubuntu_repo: 'https://repo.zabbix.com/zabbix/{{ zabbix_repo_version }}/{{ ansible_distribution | lower }}/pool/main/z/zabbix-release/zabbix-release_{{ zabbix_repo_version }}-1+{{ ansible_distribution_release }}_all.deb'
zabbix_agent_centos_repo: 'https://repo.zabbix.com/zabbix/{{ zabbix_repo_version }}/rhel/{{ ansible_distribution_major_version }}/x86_64/zabbix-release-{{ zabbix_repo_version }}-1.el{{ ansible_distribution_major_version }.noarch.rpm'