mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-12 21:32:48 +01:00
build
This commit is contained in:
@@ -45,20 +45,11 @@
|
|||||||
# Install Zabbix repository
|
# Install Zabbix repository
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|
||||||
- name: Install Zabbix repository
|
- 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-latest-{{ zabbix_version }}.el9.noarch.rpm"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
|
||||||
- name: Install Zabbix repository
|
|
||||||
ansible.builtin.dnf:
|
|
||||||
name: /tmp/zabbix-release.rpm
|
|
||||||
state: present
|
|
||||||
- name: Update dnf cache
|
|
||||||
ansible.builtin.dnf:
|
|
||||||
update_cache: true
|
|
||||||
|
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Install proxy based on DB type
|
# Install proxy based on DB type
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user