Update to 2024-09-04 11:00

This commit is contained in:
Daniel Berteaud
2024-09-04 11:00:35 +02:00
parent ecfba7bb01
commit 016615d07b
12 changed files with 36 additions and 20 deletions

View File

@@ -1,2 +1,2 @@
---
zabbix_major_version: 6.0
zabbix_major_version: 7.0

View File

@@ -15,10 +15,10 @@
- name: Configure Zabbix Agent2 plugins repo
yum_repository:
name: zabbix-agent2-plugins
state: absent
description: Zabbix Agent2 plugins Repository
baseurl: https://repo.zabbix.com/zabbix-agent2-plugins/1/rhel/$releasever/$basearch/
gpgcheck: True
gpgkey: "{{ zabbix_plugin_key }}"
priority: 50
includepkgs:
- zabbix*
@@ -35,6 +35,6 @@
priority: 50
includepkgs:
- zabbix*
state: "{{ (zabbix_major_version is version('5.0', '>=') and zabbix_major_version is version('5.4', '<') and ansible_distribution_major_version is version('8', '<')) | ternary('present', 'absent') }}"
state: absent
tags: repo,zabbix

View File

@@ -1,4 +1,3 @@
---
zabbix_repo_key: https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591
zabbix_plugin_key: https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591
zabbix_repo_key: https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-B5333005

View File

@@ -1,4 +1,3 @@
---
zabbix_repo_key: https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-08EFA7DD
zabbix_plugin_key: https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591
zabbix_repo_key: https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-B5333005