2023-03-07 10:00:13 +01:00

18 lines
562 B
YAML

---
# Version of linstor-gateway to install
lingw_version: 1.1.1
# 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: 8bd465eef58e12139fb25b5274dea0f21226dffe0993eb18f745ef890d28ebdd
# List of Linstor controllers
lingw_controllers: ['http://localhost:3370']
# List of IP/CIDR for which NFS service will be opened in the firewall
lingw_nfs_src_ip: []
# Same for iSCSI
lingw_iscsi_src_ip: []