Update roles/zabbix/zabbix_server/tasks/install.yml - rpm install 6.0LTS to rpm install 7.0LTS
This commit is contained in:
parent
bf2aa3ebbe
commit
81ee6adbe2
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue