mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 12:12:23 +08:00
Update roles/zabbix/zabbix_server/tasks/install.yml - rpm install 6.0LTS to rpm install 7.0LTS
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# tasks file for zabbix-server
|
||||
# Install guide: Zabbix 6 LTS, postgres and nginx:
|
||||
# https://www.zabbix.com/download?zabbix=6.0&os_distribution=red_hat_enterprise_linux&os_version=9&components=server_frontend_agent&db=pgsql&ws=nginx
|
||||
# Install guide: Zabbix 7 LTS, postgres and nginx:
|
||||
# https://www.zabbix.com/download?zabbix=7.0&os_distribution=red_hat_enterprise_linux&os_version=9&components=server_frontend_agent&db=pgsql&ws=nginx
|
||||
|
||||
- name: Configure the EPEL repository
|
||||
ansible.builtin.yum_repository:
|
||||
@@ -16,7 +16,7 @@
|
||||
- configure-dnf
|
||||
|
||||
- name: Install the zabbix rpm
|
||||
ansible.builtin.command: "rpm -Uvh https://repo.zabbix.com/zabbix/6.0/rhel/9/x86_64/zabbix-release-latest.el9.noarch.rpm"
|
||||
ansible.builtin.command: "rpm -Uvh https://repo.zabbix.com/zabbix/7.0/rhel/9/x86_64/zabbix-release-latest-7.0.el9.noarch.rpm"
|
||||
ignore_errors: true
|
||||
tags:
|
||||
- packages
|
||||
|
||||
Reference in New Issue
Block a user