You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
309 B
12 lines
309 B
5 years ago
|
---
|
||
|
- name: Add Zabbix repo key
|
||
|
apt_key:
|
||
|
url: https://repo.zabbix.com/zabbix-official-repo.key
|
||
|
tags: repo
|
||
|
|
||
|
- name: Add Zabbix repo
|
||
|
apt_repository:
|
||
|
repo: deb http://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/debian {{ ansible_distribution_release }} main
|
||
|
filename: zabbix
|
||
|
tags: repo
|