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