This commit is contained in:
2020-07-20 16:05:30 +02:00
parent 5c06670ed7
commit 17b9117efd
3 changed files with 20 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
inet {{ carp.ip | ipaddr('address') }} {{ carp.ip | ipaddr('netmask') }} {{ carp.ip | ipaddr('broadcast') }}
vhid {{ carp.vhid }}
carpdev {{ carp.interface }}
pass "{{ carp.password }}"
{% if carp.description is defined %}
description "{{ carp.description }}"
{% endif %}