mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-30 11:15:42 +02:00
Update to 2022-11-22 11:00
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version of linstor-gateway to install
|
||||
lingw_version: 0.13.1
|
||||
lingw_version: 1.0.0
|
||||
# URL where linstor-gateway will be downloaded
|
||||
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
|
||||
lingw_bin_sha256: 1667cc53e6bb9d44d19f32e727d06b87bf3b977f162028c0b04aa9336a4eacc4
|
||||
|
||||
# List of Linstor controllers
|
||||
lingw_controllers: ['http://localhost:3370']
|
||||
|
@@ -10,6 +10,7 @@
|
||||
dest: /usr/local/bin/linstor-gateway
|
||||
checksum: sha256:{{ lingw_bin_sha256 }}
|
||||
mode: 755
|
||||
notify: restart linstor-gateway
|
||||
when: lingw_install_mode != 'none'
|
||||
tags: drbd
|
||||
|
||||
|
Reference in New Issue
Block a user