mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-08 14:23:14 +02:00
Update to 2022-04-14 10:00
This commit is contained in:
parent
abf81da029
commit
26096fd307
@ -5,3 +5,7 @@
|
||||
|
||||
- name: restart clamd
|
||||
service: name=clamd state={{ clam_enable_clamd | ternary('restarted','stopped') }}
|
||||
|
||||
- name: systemd-tmpfiles
|
||||
command: systemd-tmpfiles --create
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version of cocumize to deploy
|
||||
documize_version: 4.2.3
|
||||
documize_version: 5.0.0
|
||||
# URL of the binary to install
|
||||
documize_bin_url: https://github.com/documize/community/releases/download/v{{ documize_version }}/documize-community-linux-amd64
|
||||
# Expected sha1 of the binary
|
||||
documize_bin_sha256: d6156eccaf6e6b2bdf3ffc03595fdd95edffa67bebc01720386e8902957a4798
|
||||
documize_bin_sha256: 73838605e7bbf6107ed65c3455de87566e4ab1fcc2cb90c687c064959d247613
|
||||
|
||||
# Should documize handle upgrades or only initial install ?
|
||||
documize_manage_upgrade: True
|
||||
|
@ -10,6 +10,7 @@ dependencies:
|
||||
- role: elasticsearch
|
||||
vars:
|
||||
es_version: 7.16.3
|
||||
es_archive_sha512: d9ad7a510b8bad63788f5081b9431519e0581242499394f7a2c59f6097f8956603b28881e30697c50fe440b0ced7a2eb66afadb0e12bf97126db1d468d3818ff
|
||||
when:
|
||||
- seafile_license is defined
|
||||
- seafile_es_server in ['127.0.0.1', 'localhost']
|
||||
|
@ -178,6 +178,10 @@ www.ui.com
|
||||
|
||||
# MariaDB
|
||||
yum.mariadb.org
|
||||
mirror.mariadb.org
|
||||
mirrors.xtom.de
|
||||
mirror.netcologne.de
|
||||
mirrors.xtom.nl
|
||||
|
||||
# OpenMediaVault
|
||||
packages.openmediavault.org
|
||||
|
Loading…
x
Reference in New Issue
Block a user