Update to 2024-04-05 10:01

This commit is contained in:
Daniel Berteaud
2024-04-05 10:01:02 +02:00
parent 26ab80b027
commit 1b645c62cc
7 changed files with 43 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
yum_repository:
name: zabbix
description: Zabbix Repository
baseurl: http://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/rhel/$releasever/$basearch/
baseurl: https://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/rhel/$releasever/$basearch/
gpgcheck: True
gpgkey: "{{ zabbix_repo_key }}"
priority: 50
@@ -16,7 +16,7 @@
yum_repository:
name: zabbix-agent2-plugins
description: Zabbix Agent2 plugins Repository
baseurl: http://repo.zabbix.com/zabbix-agent2-plugins/1/rhel/$releasever/$basearch/
baseurl: https://repo.zabbix.com/zabbix-agent2-plugins/1/rhel/$releasever/$basearch/
gpgcheck: True
gpgkey: "{{ zabbix_plugin_key }}"
priority: 50
@@ -29,7 +29,7 @@
name: zabbix-frontend
description: Zabbix web frontend repository
file: zabbix
baseurl: http://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/rhel/$releasever/$basearch/frontend
baseurl: https://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/rhel/$releasever/$basearch/frontend
gpgcheck: True
gpgkey: "{{ zabbix_repo_key }}"
priority: 50