Fix the package release.
This commit is contained in:
parent
7dd90cbe2f
commit
6828b610e1
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
zabbix_agent_install: False
|
||||
zabbix_use_external_repo: True
|
||||
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 | lower }}{{ ansible_distribution_version }}_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'
|
||||
zabbix_repo_version: '5.0'
|
||||
zabbix_pkg_release: 4
|
||||
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 }}-{{ zabbix_pkg_release }}+{{ ansible_distribution | lower }}{{ ansible_distribution_version }}_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 }}-{{ zabbix_pkg_release }}.el{{ ansible_distribution_major_version }}.noarch.rpm'
|
||||
|
||||
zabbix_agent_packages:
|
||||
- 'zabbix-agent'
|
||||
|
|
Loading…
Reference in New Issue