Update to 2022-08-30 12:00

This commit is contained in:
Daniel Berteaud
2022-08-30 12:00:15 +02:00
parent af54ca5dc1
commit 2bb38da306
8 changed files with 19 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
# Version of linstor-gateway to install
lingw_version: 0.13.1
# URL where linstor-gateway will be downloaded
lingw_bin_url: https://github.com/LINBIT/linstor-gateway/releases/download/v{{ linsat_gateway_version }}/linstor-gateway-linux-amd64
lingw_bin_url: https://github.com/LINBIT/linstor-gateway/releases/download/v{{ lingw_version }}/linstor-gateway-linux-amd64
# Expected sha256 of the binary
lingw_bin_sha256: 83d4d13154caeee79a0bec01db4a571cc417301fc001eb0ee9a6210279201934

View File

@@ -1,10 +1,14 @@
---
- name: Install packages
package: name={{ lingw_packages }}
tags: drbd
- name: Install linstor-gateway
get_url:
url: "{{ linsat_gateway_url }}"
url: "{{ lingw_bin_url }}"
dest: /usr/local/bin/linstor-gateway
checksum: sha256:{{ linsat_gateway_sha256 }}
checksum: sha256:{{ lingw_bin_sha256 }}
mode: 755
when: lingw_install_mode != 'none'
tags: drbd