This commit is contained in:
2026-02-16 00:44:12 +01:00
parent 641c01974c
commit 47be027536

View File

@@ -38,7 +38,7 @@
- name: Import Zabbix GPG key - name: Import Zabbix GPG key
ansible.builtin.rpm_key: ansible.builtin.rpm_key:
state: present state: present
key: https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-08EFA7DD key: "https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591"
# ========================================================== # ==========================================================
@@ -47,9 +47,9 @@
- name: Install Zabbix repository1 - name: Install Zabbix repository1
ansible.builtin.dnf: ansible.builtin.dnf:
name: "https://repo.zabbix.com/zabbix/{{ zabbix_version }}/release/rocky/9/noarch/zabbix-release-latest-{{ zabbix_version }}.el9.noarch.rpm" name: "https://repo.zabbix.com/zabbix/{{ zabbix_version }}/release/rocky/9/noarch/zabbix-release-{{ zabbix_version }}-3.el9.noarch.rpm"
state: present state: present
disable_gpg_check: no
# ========================================================== # ==========================================================
# Install proxy based on DB type # Install proxy based on DB type
# ========================================================== # ==========================================================