This commit is contained in:
2026-02-16 00:32:34 +01:00
parent c64f28c0f2
commit 87229d8e11

View File

@@ -31,14 +31,15 @@
# Acquire::http::Proxy "http://192.168.77.101:3142"; # Acquire::http::Proxy "http://192.168.77.101:3142";
# Acquire::https::Proxy "false"; # Acquire::https::Proxy "false";
# ========================================================== # ==========================================================
# Import Zabbix GPG key # Import Zabbix GPG key
# ========================================================== # ==========================================================
- 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-A14FE591 key: https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-08EFA7DD
# ========================================================== # ==========================================================
# Install Zabbix repository # Install Zabbix repository