mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-23 05:33:25 +02:00
Update to 2022-11-14 10:00
This commit is contained in:
parent
3b20f74ec5
commit
79f98fb166
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version to install
|
# Version to install
|
||||||
miniflux_version: 2.0.39
|
miniflux_version: 2.0.40
|
||||||
# URL of the binary to install
|
# URL of the binary to install
|
||||||
miniflux_bin_url: https://github.com/miniflux/v2/releases/download/{{ miniflux_version }}/miniflux-linux-amd64
|
miniflux_bin_url: https://github.com/miniflux/v2/releases/download/{{ miniflux_version }}/miniflux-linux-amd64
|
||||||
# Expected sha256 of the binary
|
# Expected sha256 of the binary
|
||||||
miniflux_bin_sha256: 09680f2c24869a52c7aedf958598a8cd16d2b4a6428205b0038e54748882598a
|
miniflux_bin_sha256: 3fd0060f1cec1b8b1afdc2d8dddbc29343b5b286ff2d2a5c5d0f0e86be87cebb
|
||||||
# Should ansible handle upgrades ? If false, only initial install will be done
|
# Should ansible handle upgrades ? If false, only initial install will be done
|
||||||
miniflux_manage_upgrade: True
|
miniflux_manage_upgrade: True
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version to deploy
|
# Version to deploy
|
||||||
sftpgo_version: 2.4.0
|
sftpgo_version: 2.4.1
|
||||||
# URL of the archive
|
# URL of the archive
|
||||||
sftpgo_archive_url: https://github.com/drakkan/sftpgo/releases/download/v{{ sftpgo_version }}/sftpgo_v{{ sftpgo_version }}_linux_x86_64.tar.xz
|
sftpgo_archive_url: https://github.com/drakkan/sftpgo/releases/download/v{{ sftpgo_version }}/sftpgo_v{{ sftpgo_version }}_linux_x86_64.tar.xz
|
||||||
# Expected sha1 of the archive
|
# Expected sha1 of the archive
|
||||||
sftpgo_archive_sha256: 27de6446706c91717eabd6c4d74f80c0bba906639b698a409730e91b77d870fc
|
sftpgo_archive_sha256: 22441a12209f6076a1e3aa246467e7a27ae413a585b7422f268854b903cf64b9
|
||||||
|
|
||||||
# Should ansible handle upgrades ? If False, only initial install will be done
|
# Should ansible handle upgrades ? If False, only initial install will be done
|
||||||
sftpgo_manage_upgrade: True
|
sftpgo_manage_upgrade: True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user