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

18 lines
572 B
YAML
Raw Normal View History

2022-08-19 16:00:17 +02:00
---
# 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
# Expected sha256 of the binary
lingw_bin_sha256: 83d4d13154caeee79a0bec01db4a571cc417301fc001eb0ee9a6210279201934
# 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: []