mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2024-04-05 10:01
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user