mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 09:07:03 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
13
roles/repo_zabbix/tasks/Debian.yml
Normal file
13
roles/repo_zabbix/tasks/Debian.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: Add Zabbix repo key
|
||||
apt_key:
|
||||
url: https://repo.zabbix.com/zabbix-official-repo.key
|
||||
environment:
|
||||
https_proxy: "{{ system_proxy | default('') }}"
|
||||
tags: repo
|
||||
|
||||
- name: Add Zabbix repo
|
||||
apt_repository:
|
||||
repo: deb http://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} main
|
||||
filename: zabbix
|
||||
tags: repo
|
Reference in New Issue
Block a user