mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 15:13:20 +02:00
24 lines
794 B
YAML
24 lines
794 B
YAML
---
|
|
|
|
# Port on which the satellite will listen
|
|
linsat_api_port: 3366
|
|
|
|
# URL of the linstor-controller API (you can set several and they will be tried in order)
|
|
linsat_controllers_url:
|
|
- http://localhost:3370
|
|
|
|
# List of IP/CIDR which can reach the API of the satellite (only Linstor controller should reach it)
|
|
linsat_api_src_ip: []
|
|
|
|
# HA NFS Service
|
|
linsat_nfs_src_ip: []
|
|
# HA iSCSI Service
|
|
linsat_iscsi_src_ip: []
|
|
|
|
# Version of linstor-gateway to install
|
|
linsat_gateway_version: 0.13.1
|
|
# URL where linstor-gateway will be downloaded
|
|
linsat_gateway_url: https://github.com/LINBIT/linstor-gateway/releases/download/v{{ linsat_gateway_version }}/linstor-gateway-linux-amd64
|
|
# Expected sha256 of the binary
|
|
linsat_gateway_sha256: 83d4d13154caeee79a0bec01db4a571cc417301fc001eb0ee9a6210279201934
|