forked from infra/ansible
kea: don't configure HA unless needed
This commit is contained in:
parent
c8a0e54cc8
commit
b425f3b482
@ -24,6 +24,7 @@
|
|||||||
"hooks-libraries": [
|
"hooks-libraries": [
|
||||||
{
|
{
|
||||||
"library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_lease_cmds.so"
|
"library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_lease_cmds.so"
|
||||||
|
{% if dhcpd_failover %}
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
@ -51,6 +52,7 @@
|
|||||||
]
|
]
|
||||||
} ]
|
} ]
|
||||||
}
|
}
|
||||||
|
{% endif %}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user