mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-08-29 11:00
This commit is contained in:
23
roles/linstor_controller/defaults/main.yml
Normal file
23
roles/linstor_controller/defaults/main.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
|
||||
# Port on which the controller will listen for plain (http) requests
|
||||
linctl_api_port: 3370
|
||||
|
||||
# List of IP/CIDR for which the API port will be opened
|
||||
linctl_api_src_ip: []
|
||||
|
||||
# List of linstor controllers. Default is only localhost:3370 but when using HA you can define
|
||||
# a list of controllers to try, the first answering will be used
|
||||
linctl_controllers:
|
||||
- http://localhost:3370
|
||||
|
||||
# When HA is enabled, ansible will not try to start or enabled the service
|
||||
# As this will be handled by drbd-reactor
|
||||
# It'll also restart the service on config change only if the service is already running
|
||||
linctl_ha: False
|
||||
|
||||
# When running HA, set the name of the resource which holds the controller data
|
||||
linctl_ha_res: linstor_db
|
||||
|
||||
# If set, and linctl_ha is True, this IP will be configured on the current active node
|
||||
# linctl_ha_ip: 10.99.5.23
|
Reference in New Issue
Block a user