mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
build
This commit is contained in:
@@ -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
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user