mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 07:05:19 +02:00
18 lines
562 B
YAML
18 lines
562 B
YAML
---
|
|
|
|
# Version of linstor-gateway to install
|
|
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: 1667cc53e6bb9d44d19f32e727d06b87bf3b977f162028c0b04aa9336a4eacc4
|
|
|
|
# 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: []
|