8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
![]() |
{% macro keepalived_config(data) %}
|
||
|
{% if data is none %}
|
||
|
|
||
|
{% else %}
|
||
|
{{ data }}
|
||
|
{% endif %}
|
||
|
{% endmacro %}
|