Fixed password lookup for "auth_pass"
This commit is contained in:
parent
20e50b4128
commit
26a0602022
|
@ -37,7 +37,7 @@ vrrp_instance {{ keepalived_instance_name|default('VI_1') }} {
|
||||||
advert_int {{ keepalived_advert_int|default(1) }}
|
advert_int {{ keepalived_advert_int|default(1) }}
|
||||||
authentication {
|
authentication {
|
||||||
auth_type PASS
|
auth_type PASS
|
||||||
auth_pass {{ keepalived_auth_pass|default(lookup('password'), './.keepalived.pw') }}
|
auth_pass {{ keepalived_auth_pass|default(lookup('password', './.keepalived.pw length=8')) }}
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual_ipaddress {
|
virtual_ipaddress {
|
||||||
|
|
Loading…
Reference in a new issue