mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
Update to 2022-04-16 01:01
This commit is contained in:
parent
26096fd307
commit
9e31157a07
@ -5,8 +5,8 @@
|
|||||||
element_id: element
|
element_id: element
|
||||||
|
|
||||||
# Version to deploy, and expected sha256
|
# Version to deploy, and expected sha256
|
||||||
element_version: 1.10.9
|
element_version: 1.10.10
|
||||||
element_archive_sha256: 48d319fc4b642c8cb54fe0b4f890c000d1c0ea1f1d338d1ef228c4ca044ce27a
|
element_archive_sha256: 20db4b05a23a32d2523de8b36b51f7dd5841c3390dce88f1e6f68b3938cce0f6
|
||||||
|
|
||||||
# Where to install element
|
# Where to install element
|
||||||
element_root_dir: /opt/matrix/element
|
element_root_dir: /opt/matrix/element
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
---
|
---
|
||||||
zabbix_major_version: 5.4
|
zabbix_major_version: 6.0
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
- name: Install Zabbix Proxy
|
- name: Install Zabbix Proxy
|
||||||
yum:
|
yum:
|
||||||
name:
|
name:
|
||||||
- zabbix-proxy-sqlite3
|
- zabbix-proxy-sqlite3
|
||||||
- zabbix-get
|
- zabbix-get
|
||||||
- zabbix-java-gateway
|
- zabbix-java-gateway
|
||||||
@ -19,6 +19,7 @@
|
|||||||
- perl-DateTime-Format-ISO8601
|
- perl-DateTime-Format-ISO8601
|
||||||
- perl-Getopt-Long
|
- perl-Getopt-Long
|
||||||
- perl-Pod-Usage
|
- perl-Pod-Usage
|
||||||
|
state: "{{ zabbix_proxy_update | ternary('latest', 'present') }}"
|
||||||
notify: restart zabbix-proxy
|
notify: restart zabbix-proxy
|
||||||
register: zabbix_proxy_rpm
|
register: zabbix_proxy_rpm
|
||||||
tags: zabbix
|
tags: zabbix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user