Changes in Zabbix repository installation
This commit is contained in:
@@ -5,11 +5,14 @@
|
|||||||
vars_files:
|
vars_files:
|
||||||
- ../secrets.yml
|
- ../secrets.yml
|
||||||
tasks:
|
tasks:
|
||||||
- name: Add Zabbix repository
|
- name: Download Zabbix release package
|
||||||
ansible.builtin.apt_repository:
|
ansible.builtin.get_url:
|
||||||
repo: "deb https://repo.zabbix.com/zabbix/7.4/ubuntu {{ ansible_distribution_release }} main"
|
url: "https://repo.zabbix.com/zabbix/7.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_7.4-1+{{ ansible_distribution_release }}_all.deb"
|
||||||
state: present
|
dest: /tmp/zabbix-release.deb
|
||||||
filename: zabbix
|
|
||||||
|
- name: Install Zabbix release package
|
||||||
|
ansible.builtin.apt:
|
||||||
|
deb: /tmp/zabbix-release.deb
|
||||||
|
|
||||||
- name: Install Zabbix proxy
|
- name: Install Zabbix proxy
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
|
|||||||
Reference in New Issue
Block a user