coding
This commit is contained in:
7
templates/hostname.carp.j2
Normal file
7
templates/hostname.carp.j2
Normal 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 %}
|
||||
Reference in New Issue
Block a user