Merge pull request 'Move to version 5.0 LTS as the default.' (#9) from adellam/ansible-role-zabbix-agent:master into master
This commit is contained in:
commit
45feb52dbe
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
zabbix_agent_install: False
|
||||
zabbix_use_external_repo: True
|
||||
zabbix_repo_version: '4.0'
|
||||
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 }}-2+{{ ansible_distribution_release }}_all.deb'
|
||||
zabbix_repo_version: '5.0'
|
||||
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.el7.noarch.rpm'
|
||||
|
||||
zabbix_agent_packages:
|
||||
|
|
Loading…
Reference in New Issue