mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-18 19:23:17 +02:00
14 lines
331 B
Django/Jinja
14 lines
331 B
Django/Jinja
[[promoter]]
|
|
id = "{{ linctl_ha_res }}"
|
|
|
|
[promoter.resources.{{ linctl_ha_res }}]
|
|
start = [
|
|
{% if linctl_ha_ip is defined %}
|
|
"ocf:heartbeat:IPaddr2 service_ip cidr_netmask=32 ip={{ linctl_ha_ip }}",
|
|
{% endif %}
|
|
"var-lib-linstor.mount",
|
|
"linstor-controller.service"
|
|
]
|
|
stop-services-on-exit = true
|
|
|