ansible-roles/roles/linstor_gateway/defaults/main.yml

18 lines
562 B
YAML
Raw Normal View History

2022-08-19 16:00:17 +02:00
---
# Version of linstor-gateway to install
2023-03-15 13:00:10 +01:00
lingw_version: 1.2.0
2022-08-19 16:00:17 +02:00
# URL where linstor-gateway will be downloaded
2022-08-30 12:00:15 +02:00
lingw_bin_url: https://github.com/LINBIT/linstor-gateway/releases/download/v{{ lingw_version }}/linstor-gateway-linux-amd64
2022-08-19 16:00:17 +02:00
# Expected sha256 of the binary
2023-03-15 13:00:10 +01:00
lingw_bin_sha256: b843b5307c931c27072e738b568d1df9cd73e4ce3c02b2b13b3d859fe193d18d
2022-08-19 16:00:17 +02:00
# 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: []