coding
This commit is contained in:
parent
17b9117efd
commit
7cb45ff6e6
|
@ -1,2 +1,2 @@
|
|||
---
|
||||
# defaults file for openbsd-carp
|
||||
openbsd_carp_preempt: True
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
- name: Allow CARP preempt
|
||||
sysctl:
|
||||
name: net.inet.carp.preempt
|
||||
value: '1'
|
||||
when: openbsd_carp_preempt
|
||||
value: {{ openbsd_carp_preempt | int }}
|
||||
|
||||
- name: Configure carp{{ carp.num }}
|
||||
template:
|
||||
|
|
Loading…
Reference in New Issue